mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-05-25 00:25:36 +02:00
+ HTTPConnection::SendError()
This commit is contained in:
parent
04bfd52fba
commit
3f9d2601b4
2 changed files with 10 additions and 4 deletions
|
@ -59,6 +59,7 @@ namespace util
|
|||
void HandleWriteReply(const boost::system::error_code& ecode);
|
||||
void HandleWrite (const boost::system::error_code& ecode);
|
||||
void SendReply (const std::string& content, int status = 200);
|
||||
void SendError (const std::string& message);
|
||||
|
||||
void HandleRequest (const std::string& address);
|
||||
void HandleCommand (const std::string& command, std::stringstream& s);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue