http://git.community.i2p/PurpleI2P/i2pd/src/commit/c8a80a497d6b7f0f98841b72febb0dba9fabec28/HTTPProxy.cpp
= " " ) { port = m [ 3 ] . str ( ) ; } path = m [ 4 ] . str ( ) ; } LogPrint ( " server is: " , server , " port is: " , port , " \n path is: " , path ) ; r . uri = path ; r . method = method ; r . host = server ; r . port = boost : : lexical_cast < int > ( port ) ; } void HTTPProxyConnection : : RunRequest ( ) { request r ; ExtractRequest ( r ) ; parseHeaders ( m_Buffer , r . headers ) ;...