Open dvtate opened 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.
drogon::HttpMethod
You can modify the source code of drogon.
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.