mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-13 04:46:38 +01:00
[HTTP] add PROFIND support
This commit is contained in:
parent
14f0d6d26b
commit
c6a903572c
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ namespace i2p {
|
||||||
namespace http {
|
namespace http {
|
||||||
const std::vector<std::string> HTTP_METHODS = {
|
const std::vector<std::string> HTTP_METHODS = {
|
||||||
"GET", "HEAD", "POST", "PUT", "PATCH",
|
"GET", "HEAD", "POST", "PUT", "PATCH",
|
||||||
"DELETE", "OPTIONS", "CONNECT"
|
"DELETE", "OPTIONS", "CONNECT", "PROPFIND"
|
||||||
};
|
};
|
||||||
const std::vector<std::string> HTTP_VERSIONS = {
|
const std::vector<std::string> HTTP_VERSIONS = {
|
||||||
"HTTP/1.0", "HTTP/1.1"
|
"HTTP/1.0", "HTTP/1.1"
|
||||||
|
|
Loading…
Add table
Reference in a new issue