mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
process b32 address with path
This commit is contained in:
parent
10c7e05ff4
commit
f5fa953458
3 changed files with 23 additions and 8 deletions
|
@ -48,7 +48,7 @@ namespace util
|
|||
void HandleWrite(const boost::system::error_code& ecode);
|
||||
|
||||
void HandleRequest ();
|
||||
void HandleDestinationRequest (std::string b32);
|
||||
void HandleDestinationRequest (const std::string& b32, const std::string& uri);
|
||||
void FillContent (std::stringstream& s);
|
||||
std::string ExtractAddress ();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue