FETPAPI 0.3.0.0
This project provides C++ classes which facilitate the developement of ETP1.2 clients and servers.
|
This is the complete list of members for ETP_NS::HttpClientSession, including all inherited members.
getResponse() const (defined in ETP_NS::HttpClientSession) | ETP_NS::HttpClientSession | inline |
HttpClientSession(boost::asio::io_context &ioc) (defined in ETP_NS::HttpClientSession) | ETP_NS::HttpClientSession | inlineexplicit |
on_connect(boost::system::error_code ec) (defined in ETP_NS::HttpClientSession) | ETP_NS::HttpClientSession | inline |
on_read(boost::system::error_code ec, std::size_t bytes_transferred) (defined in ETP_NS::HttpClientSession) | ETP_NS::HttpClientSession | inline |
on_resolve(boost::system::error_code ec, tcp::resolver::results_type results) (defined in ETP_NS::HttpClientSession) | ETP_NS::HttpClientSession | inline |
on_write(boost::system::error_code ec, std::size_t bytes_transferred) (defined in ETP_NS::HttpClientSession) | ETP_NS::HttpClientSession | inline |
run(const std::string &etpServerHost, uint16_t etpServerPort, const std::string &etpServerTarget, uint32_t version, const std::string &etpServerAuthorization="", const std::string &proxyHost="", uint16_t proxyPort=80, const std::string &proxyAuthorization="") (defined in ETP_NS::HttpClientSession) | ETP_NS::HttpClientSession | inline |