![]() |
zeep::http::connection
// In header: <zeep/http/connection.hpp> class connection : public { public: // construct/copy/destruct (connection &) = ; (, basic_server &); connection & (connection &) = ; // public member functions (); (, ); (, ); (); };
The HTTP server implementation of libzeep is inspired by the example code as provided by boost::asio. These objects are not to be used directly.
connection
public
construct/copy/destruct(connection &) = ;
( service, basic_server & handler);
connection & (connection &) = ;