|
kaycxx-http
HTTP client library
|
| Ckaycxx::http::client | Synchronous HTTP client |
| Ckaycxx::http::header | HTTP header consisting of a name and value |
| Ckaycxx::http::multipart_form | HTTP form encoded as multipart/form-data |
| Ckaycxx::http::multipart_part | Part of a multipart/form-data request body |
| Ckaycxx::http::request_body | Non-owning HTTP request body descriptor |
| Ckaycxx::http::request_options | Optional HTTP request configuration |
| Ckaycxx::http::response_base | Common status and header data of an HTTP response |
| Ckaycxx::http::buffered_response | HTTP response with a buffered body |
| Ckaycxx::http::streamed_response | Successful HTTP response whose body has been written to an output stream |
| Ckaycxx::http::response_body | Non-owning HTTP response body destination |
| Cstd::runtime_error | |
| Ckaycxx::http::error | Base exception for HTTP client errors |
| Ckaycxx::http::response_error | Exception thrown when a server responds with a non-success status code |
| Ckaycxx::http::sized_istream | Input stream request body with a known byte count |
| Ckaycxx::http::transfer_progress | Current HTTP transfer progress reported by libcurl |
| Ckaycxx::http::url_encoded_form | HTTP form encoded as application/x-www-form-urlencoded |