10Duke Enterprise C++ Client
|
Generic networking support.
Services for generic networking support.
Namespaces | |
namespace | curl |
libcurl based implementation of generic network services. | |
Classes | |
class | MalformedURLException |
Thrown when URL is malformed. More... | |
class | NetworkingException |
Generic networking exception. More... | |
class | RequestTimedOut |
A tenduke::net::NetworkingException thrown when network request timed out. More... | |
class | UnknownHostException |
A tenduke::net::NetworkingException thrown when the host is not found. More... | |
class | URL |
Represents URL. More... | |
class | URLBuilder |
Very simple URL-builder. More... | |
class | URLDecoder |
Service to URL-decode a string. More... | |
class | URLEncoder |
Service to URL-encode a string. More... | |
class | URLException |
A tenduke::net::NetworkingException thrown when various URL-related errors occur. More... | |
class | URLParser |
A service to parse URLs from strings. More... | |