kaycxx-http
HTTP client library
Loading...
Searching...
No Matches
Class Hierarchy

Go to the graphical class hierarchy

This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 123]
 Ckaycxx::http::clientSynchronous HTTP client
 Ckaycxx::http::headerHTTP header consisting of a name and value
 Ckaycxx::http::multipart_formHTTP form encoded as multipart/form-data
 Ckaycxx::http::multipart_partPart of a multipart/form-data request body
 Ckaycxx::http::request_bodyNon-owning HTTP request body descriptor
 Ckaycxx::http::request_optionsOptional HTTP request configuration
 Ckaycxx::http::response_baseCommon status and header data of an HTTP response
 Ckaycxx::http::buffered_responseHTTP response with a buffered body
 Ckaycxx::http::streamed_responseSuccessful HTTP response whose body has been written to an output stream
 Ckaycxx::http::response_bodyNon-owning HTTP response body destination
 Cstd::runtime_error
 Ckaycxx::http::errorBase exception for HTTP client errors
 Ckaycxx::http::response_errorException thrown when a server responds with a non-success status code
 Ckaycxx::http::sized_istreamInput stream request body with a known byte count
 Ckaycxx::http::transfer_progressCurrent HTTP transfer progress reported by libcurl
 Ckaycxx::http::url_encoded_formHTTP form encoded as application/x-www-form-urlencoded