|
kaycxx-http
HTTP client library
|
| Nkaycxx | |
| Nhttp | |
| Cbuffered_response | HTTP response with a buffered body |
| Cclient | Synchronous HTTP client |
| Cerror | Base exception for HTTP client errors |
| Cheader | HTTP header consisting of a name and value |
| Cmultipart_form | HTTP form encoded as multipart/form-data |
| Cmultipart_part | Part of a multipart/form-data request body |
| Crequest_body | Non-owning HTTP request body descriptor |
| Crequest_options | Optional HTTP request configuration |
| Cresponse_base | Common status and header data of an HTTP response |
| Cresponse_body | Non-owning HTTP response body destination |
| Cresponse_error | Exception thrown when a server responds with a non-success status code |
| Csized_istream | Input stream request body with a known byte count |
| Cstreamed_response | Successful HTTP response whose body has been written to an output stream |
| Ctransfer_progress | Current HTTP transfer progress reported by libcurl |
| Curl_encoded_form | HTTP form encoded as application/x-www-form-urlencoded |