-
-
Notifications
You must be signed in to change notification settings - Fork 7.6k
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
WebDAV request method support #9459
Comments
It looks like it works out of the box for express, just update the following files and add method declarations.
But fastify looks doesn't ready fastify/fastify#9 The other things is to completion http-status.enum.ts, add webdav status codes like |
Does the community have any intentions in this regard? I submitted the small patch that I am currently using. I have tried to use library to implement this function, but there is no way to handle interceptors, pipes, guards and other functions well. There also a new Draft PR for fastify/fastify#3836 |
Lets track this here #9465 |
Is there an existing issue that is already proposing this?
Is your feature request related to a problem? Please describe it
No issues yet.
Describe the solution you'd like
Add PROPFIND, PROPPATCH, MKCOL, COPY, MOVE, LOCK, UNLOCK request method support.
Teachability, documentation, adoption, migration strategy
express already supports these methods.
What is the motivation / use case for changing the behavior?
If i want to serve webdav, then we must return to the original express.
It would be great if I could use the decorator directly.
The text was updated successfully, but these errors were encountered: