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

Added support for webdav http methods #676

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

rostwolke
Copy link

Reason for the PR

I am currently working on a webdav server using ESPAsyncWebServer. Since the request method is not a string, the enum needed to be extended by some additional methods.

What I've changed

  • Changed WebRequestMethodComposite from uint8_t to uint16_t
  • Added support for PROPFIND, LOCK, UNLOCK, PROPPATCH, MKCOL, MOVE, COPY
  • Added a method RESERVED which is currently not needed (could be removed)

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

Successfully merging this pull request may close these issues.

1 participant