Directories | |
| middlewares | |
Files | |
| cancellation_policy.hpp | |
| client.hpp | |
| HTTP client interface that returns a HTTP request builder from CreateRequest(). | |
| client_core.hpp | |
| HTTP client that returns a HTTP request builder from CreateRequest(). | |
| client_with_middlewares.hpp | |
| HTTP client that returns a HTTP request builder from CreateRequest() with applied middlewares. | |
| component.hpp | |
| Component that manages clients::http::ClientWithMiddlewares. | |
| component_core.hpp | |
| Component that manages clients::http::ClientCore. | |
| component_list.hpp | |
| Returns list of components required to use HTTP client. | |
| config.hpp | |
| connect_to.hpp | |
| CURLOPT_CONNECT_TO argument for curl's connect_to(). | |
| error.hpp | |
| error_kind.hpp | |
| Additional tag to the exception. | |
| form.hpp | |
| local_stats.hpp | |
| request.hpp | |
| Class for creating and performing new http requests, usually retieved from clients::http::Client. | |
| response.hpp | |
| Class that will be returned for successful request. | |
| response_future.hpp | |
| Allows to perform a request concurrently with other work without creating an extra coroutine for waiting. | |
| standalone_client.hpp | |
| Creates HTTP client with given settings and middlewares. | |
| streamed_response.hpp | |
| HTTP response for streamed API. | |