Browse Source

[HTTP] add PROFIND support

pull/1362/head
R4SAS 5 years ago
parent
commit
c6a903572c
  1. 2
      libi2pd/HTTP.cpp

2
libi2pd/HTTP.cpp

@ -17,7 +17,7 @@ namespace i2p { @@ -17,7 +17,7 @@ namespace i2p {
namespace http {
const std::vector<std::string> HTTP_METHODS = {
"GET", "HEAD", "POST", "PUT", "PATCH",
"DELETE", "OPTIONS", "CONNECT"
"DELETE", "OPTIONS", "CONNECT", "PROPFIND"
};
const std::vector<std::string> HTTP_VERSIONS = {
"HTTP/1.0", "HTTP/1.1"

Loading…
Cancel
Save