userver: userver/clients/http Directory Reference
Loading...
Searching...
No Matches
http Directory Reference

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_plugins.hpp
 HTTP client that returns a HTTP request builder from CreateRequest() with applied plugins.
 
 component.hpp
 Component that manages clients::http::ClientWithPlugins.
 
 component_core.hpp
 Component that manages clients::http::ClientCore.
 
 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
 
 plugin.hpp
 Base class for HTTP Client plugins.
 
 plugin_component.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 plugins.
 
 streamed_response.hpp
 HTTP response for streamed API.