MCPcopy Create free account
hub / github.com/PurpleI2P/i2pd / CreateHandler

Method CreateHandler

libi2pd_client/HTTPProxy.cpp:772–775  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

770 }
771
772 std::shared_ptr<i2p::client::I2PServiceHandler> HTTPProxy::CreateHandler(std::shared_ptr<boost::asio::ip::tcp::socket> socket)
773 {
774 return std::make_shared<HTTPReqHandler> (this, socket);
775 }
776} // http
777} // i2p

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected