Loading src/http.cpp +2 −1 Original line number Diff line number Diff line Loading @@ -4715,7 +4715,8 @@ void libhttppp::HttpRequest::send(const HttpUrl &dest, } void libhttppp::HttpRequest::setRequestType(int req){ if(req == POSTREQUEST || req == GETREQUEST || req == PUTREQUEST || req == DELETEREQUEST){ if(req == POSTREQUEST || req == GETREQUEST || req == PUTREQUEST || req == DELETEREQUEST || req == OPTIONSREQUEST || req == HEADREQUEST || req == PATCHREQUEST){ _RequestType=req; return; } Loading Loading
src/http.cpp +2 −1 Original line number Diff line number Diff line Loading @@ -4715,7 +4715,8 @@ void libhttppp::HttpRequest::send(const HttpUrl &dest, } void libhttppp::HttpRequest::setRequestType(int req){ if(req == POSTREQUEST || req == GETREQUEST || req == PUTREQUEST || req == DELETEREQUEST){ if(req == POSTREQUEST || req == GETREQUEST || req == PUTREQUEST || req == DELETEREQUEST || req == OPTIONSREQUEST || req == HEADREQUEST || req == PATCHREQUEST){ _RequestType=req; return; } Loading