net-cpp  ..
C++11 library for networking purposes
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123456]
 ▼Ncore
 ▼Nnet
 ▼Nhttp
 ▼CClient
 ▼CErrorsSummarizes error conditions
 CHttpMethodNotSupportedHttpMethodNotSupported is thrown if the underlying impl. does not support the requested HTTP method
 ▼CTimingsSummarizes timing information about completed requests
 CStatistics
 CContentTypeCollection of known content types
 CError
 CHeaderEncapsulates the headers of an HTTP request/response
 ▼CRequestEncapsulates a request for a web resource
 CConfigurationThe Configuration struct encapsulates all options for creating requests
 CCredentialsThe Credentials struct encapsulates username and password for basic & digest authentication
 ▼CErrorsThe Errors struct collects the Request-specific exceptions and error modes
 CAlreadyActiveAlreadyActive is thrown when *execute is called on an active request
 CHandlerEncapsulates callbacks that can happen during request execution
 CProgressThe Progress struct encapsulates progress information for web-resource requests
 CResponseThe Response struct models a response to a core::net::http::Request
 CStreamingClient
 CStreamingRequestEncapsulates a request for a web resource, streaming data to the receiver as it receives in addition to accumulating all incoming data
 CError
 CUriEncapsulates the components of a URI
 CLocation