-
Notifications
You must be signed in to change notification settings - Fork 17.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
proposal: x/net/webdav: make webdav/internal/xml module public #53527
Comments
CC @nigeltao |
If it's useful, feel free to copy it (subject to the license requirements of course). It seems unlikely we'll want to commit to more webdav-related API. |
This proposal has been added to the active column of the proposals project |
Based on the discussion above, this proposal seems like a likely decline. |
No change in consensus, so declined. |
I found the
webdav
package when I had been doing custom WebDAV server.It looks good if you want to just serve a directory. But when you are developing WebDAV server-proxy that just calls APIs it's partially useless because you need to implement each WebDAV http method by myself. Need to implement methods, but not a response factory.
I see that the package uses internal module
xml
to create a response with right structure. It would be nice to open it for developers or split into a separated package. I would make a PR but I'm not a gopher, just a fan.Glad to get thoughts about the idea.
The text was updated successfully, but these errors were encountered: