net-cpp ..
C++11 library for networking purposes
Class Hierarchy

Go to the graphical class hierarchy

This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 12345]
 Ccore::net::http::Client
 Ccore::net::http::StreamingClient
 Ccore::net::http::Request::ConfigurationThe Configuration struct encapsulates all options for creating requests
 Ccore::net::http::ContentTypeCollection of known content types
 Ccore::net::http::Request::CredentialsThe Credentials struct encapsulates username and password for basic & digest authentication
 Ccore::net::http::Client::ErrorsSummarizes error conditions
 Ccore::net::http::Request::ErrorsThe Errors struct collects the Request-specific exceptions and error modes
 Cstd::exceptionSTL class
 Cstd::runtime_errorSTL class
 Ccore::net::Error
 Ccore::net::http::Error
 Ccore::net::http::Client::Errors::HttpMethodNotSupportedHttpMethodNotSupported is thrown if the underlying impl. does not support the requested HTTP method
 Ccore::net::http::Request::Errors::AlreadyActiveAlreadyActive is thrown when *execute is called on an active request
 Ccore::net::http::Request::HandlerEncapsulates callbacks that can happen during request execution
 Ccore::net::http::HeaderEncapsulates the headers of an HTTP request/response
 Ccore::Location
 Ccore::net::http::Request::ProgressThe Progress struct encapsulates progress information for web-resource requests
 Ccore::net::http::RequestEncapsulates a request for a web resource
 Ccore::net::http::StreamingRequestEncapsulates a request for a web resource, streaming data to the receiver as it receives in addition to accumulating all incoming data
 Ccore::net::http::ResponseThe Response struct models a response to a core::net::http::Request
 Ccore::net::http::Client::Timings::Statistics
 Ccore::net::http::Client::TimingsSummarizes timing information about completed requests
 Ccore::net::UriEncapsulates the components of a URI