request b32-coded I2P address from HTTP server

This commit is contained in:
orignal 2014-01-12 21:41:25 -05:00
parent 07eb5baac0
commit 9b92641112
4 changed files with 67 additions and 5 deletions

View file

@ -48,6 +48,7 @@ namespace util
void HandleWrite(const boost::system::error_code& ecode);
void HandleRequest ();
void HandleDestinationRequest (std::string b32);
void FillContent (std::stringstream& s);
private: