mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
webconsole: add stream closing
Signed-off-by: R4SAS <r4sas@i2pmail.org>
This commit is contained in:
parent
5eec580727
commit
51d018acc6
2 changed files with 121 additions and 60 deletions
|
@ -35,6 +35,7 @@ namespace http
|
|||
void HandlePage (const HTTPReq & req, HTTPRes & res, std::stringstream& data);
|
||||
void HandleCommand (const HTTPReq & req, HTTPRes & res, std::stringstream& data);
|
||||
void SendReply (HTTPRes & res, std::string & content);
|
||||
uint32_t CreateToken ();
|
||||
|
||||
private:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue