webdav4
webdav4 copied to clipboard
Support: parse user/pass from URI?
I'm trying to use the webdav4 lib initializing it with a full HTTP URI with user/pass built-in as:
https://user:pass@myserver
.
Browsing at the docs and the code, I haven't seen this is supported. Is it possible?
If it's not, would it be a valid feature to accept a PR?