mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-27 11:17:49 +02:00
* HTTPServer.{cpp,h}: chg HandleRequest() signature
This commit is contained in:
parent
19b0c266f9
commit
9bbff744e9
2 changed files with 7 additions and 7 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue