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

[Question] WebDAV methods #346

Closed
ngortheone opened this issue Oct 8, 2019 · 2 comments
Closed

[Question] WebDAV methods #346

ngortheone opened this issue Oct 8, 2019 · 2 comments

Comments

@ngortheone
Copy link

Hey,

Would you be interested in accepting a PR with methods defined in WebDAV RFC3918?

The standard defines additional http methods

  • COPY
  • LOCK
  • MKCOL
  • MOVE
  • PROPFIND
  • PROPPATCH
  • UNLOCK

I know that currently it is possible to get them through extension method, but I thought it would be nice to have them in the box. since this is a standard (maybe as a separately imported mod)

@seanmonstar
Copy link
Member

My opinion is to leave these out, as they are specific to WebDAV, and not need by most HTTP things.

@WhyNotHugo
Copy link

A problem with using from_bytes, is that the methods is_safe and is_idempotent return results that are wrong. E.g.: REPORT and PROPFIND are both safe and idempotent, but would return false.

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

3 participants