|
net-cpp ..
C++11 library for networking purposes
|
| Ncore | |
| Nnet | |
| Nhttp | |
| CClient | |
| CErrors | Summarizes error conditions |
| CHttpMethodNotSupported | HttpMethodNotSupported is thrown if the underlying impl. does not support the requested HTTP method |
| CTimings | Summarizes timing information about completed requests |
| CStatistics | |
| CContentType | Collection of known content types |
| CError | |
| CHeader | Encapsulates the headers of an HTTP request/response |
| CRequest | Encapsulates a request for a web resource |
| CErrors | The Errors struct collects the Request-specific exceptions and error modes |
| CAlreadyActive | AlreadyActive is thrown when *execute is called on an active request |
| CProgress | The Progress struct encapsulates progress information for web-resource requests |
| CHandler | Encapsulates callbacks that can happen during request execution |
| CCredentials | The Credentials struct encapsulates username and password for basic & digest authentication |
| CConfiguration | The Configuration struct encapsulates all options for creating requests |
| CResponse | The Response struct models a response to a core::net::http::Request |
| CStreamingClient | |
| CStreamingRequest | Encapsulates a request for a web resource, streaming data to the receiver as it receives in addition to accumulating all incoming data |
| CError | |
| CUri | Encapsulates the components of a URI |
| CLocation |