You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ECHO framework does not support WebDav yet?
When I use golang.org/x/net/webdav with ECHO, many methods(eg. MKCOL) failed.
but with golang native net/http, it works.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Issue Description
ECHO framework does not support WebDav yet?
When I use golang.org/x/net/webdav with ECHO, many methods(eg. MKCOL) failed.
but with golang native net/http, it works.
RFC2518 for WebDav: https://tools.ietf.org/html/rfc2518
Working code using native net/http & golang.org/x/net/webdav
The text was updated successfully, but these errors were encountered: