net-cpp
1.1.0
C++11 library for networking purposes
|
Ccore::net::http::Client | |
Ccore::net::http::Request::Configuration | The Configuration struct encapsulates all options for creating requests |
Ccore::net::http::ContentType | Collection of known content types |
Ccore::net::http::Request::Credentials | The Credentials struct encapsulates username and password for basic & digest authentication |
Ccore::net::http::Client::Errors | Summarizes error conditions |
Ccore::net::http::Request::Errors | The Errors struct collects the Request-specific exceptions and error modes |
▼Cstd::exception | STL class |
▼Cstd::runtime_error | STL class |
▼Ccore::net::Error | |
▼Ccore::net::http::Error | |
Ccore::net::http::Client::Errors::HttpMethodNotSupported | HttpMethodNotSupported is thrown if the underlying impl. does not support the requested HTTP method |
Ccore::net::http::Request::Errors::AlreadyActive | AlreadyActive is thrown when *execute is called on an active request |
Ccore::net::http::Request::Handler | Encapsulates callbacks that can happen during request execution |
Ccore::net::http::Header | Encapsulates the headers of an HTTP request/response |
Ccore::Location | |
Ccore::net::http::Request::Progress | The Progress struct encapsulates progress information for web-resource requests |
Ccore::net::http::Request | Encapsulates a request for a web resource |
Ccore::net::http::Response | The Response struct models a response to a core::net::http::Request |
Ccore::net::http::Client::Timings::Statistics | |
Ccore::net::http::Client::Timings | Summarizes timing information about completed requests |
Ccore::net::Uri | Encapsulates the components of a URI |