kaycxx-http
HTTP client library
Loading...
Searching...
No Matches
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
 Nkaycxx
 Nhttp
 Cbuffered_responseHTTP response with a buffered body
 CclientSynchronous HTTP client
 CerrorBase exception for HTTP client errors
 CheaderHTTP header consisting of a name and value
 Cmultipart_formHTTP form encoded as multipart/form-data
 Cmultipart_partPart of a multipart/form-data request body
 Crequest_bodyNon-owning HTTP request body descriptor
 Crequest_optionsOptional HTTP request configuration
 Cresponse_baseCommon status and header data of an HTTP response
 Cresponse_bodyNon-owning HTTP response body destination
 Cresponse_errorException thrown when a server responds with a non-success status code
 Csized_istreamInput stream request body with a known byte count
 Cstreamed_responseSuccessful HTTP response whose body has been written to an output stream
 Ctransfer_progressCurrent HTTP transfer progress reported by libcurl
 Curl_encoded_formHTTP form encoded as application/x-www-form-urlencoded