mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-07 06:09:42 +00:00
* HTTPServer.{cpp,h}: chg HandleRequest() signature
This commit is contained in:
@@ -28,7 +28,7 @@ namespace http {
|
||||
void SendReply (const std::string& content, int code = 200);
|
||||
void SendError (const std::string& message);
|
||||
|
||||
void HandleRequest (const HTTPReq & request);
|
||||
void HandleRequest (const std::string& uri);
|
||||
void HandlePage (std::stringstream& s, const std::string& request);
|
||||
void HandleCommand (std::stringstream& s, const std::string& request);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user