Skip to content
This repository was archived by the owner on Jan 20, 2025. It is now read-only.

Added support for webdav http methods#676

Open
rostwolke wants to merge 4 commits intome-no-dev:masterfrom
rostwolke:webdav-verbs
Open

Added support for webdav http methods#676
rostwolke wants to merge 4 commits intome-no-dev:masterfrom
rostwolke:webdav-verbs

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 subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant