Skip to content
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

Remove macaron dependency #1

Open
mpsonntag opened this issue Dec 3, 2020 · 0 comments
Open

Remove macaron dependency #1

mpsonntag opened this issue Dec 3, 2020 · 0 comments

Comments

@mpsonntag
Copy link
Contributor

The main issue with the current code is that the dependency library macaron does not support the methods that DAV requires (COPY, LOCK, MKCOL, MOVE, PROPFIND, PROPPATCH, and UNLOCK).

When using the current code as a dav microservice together with GIN, macaron needs to be removed and use the Go http router directly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant