drogonframework / drogon

Drogon: A C++14/17/20 based HTTP web application framework running on Linux/macOS/Unix/Windows
MIT License
11.62k stars 1.12k forks source link

Non-standard http methods / WebDAV support? #2092

Open dvtate opened 4 months ago

dvtate commented 4 months ago

What would be the best way to use non-standard http methods?

I was thinking about adding WebDAV support to a project I'm currently using Drogon for and it adds a number of HTTP methods not in the drogon::HttpMethod enum.

an-tao commented 4 months ago

You can modify the source code of drogon.