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
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)
The text was updated successfully, but these errors were encountered:
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.
Hey,
Would you be interested in accepting a PR with methods defined in WebDAV RFC3918?
The standard defines additional http methods
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)
The text was updated successfully, but these errors were encountered: