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

Directories

 
middlewares

Files

 
cancellation_policy.hpp
 HTTP client request cancellation policy.
 
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
 HTTP client static and dynamic configuration types.
 
connect_to.hpp
 CURLOPT_CONNECT_TO argument for curl's connect_to().
 
error.hpp
 HTTP client exception types.
 
error_kind.hpp
 Additional tag to the exception.
 
form.hpp
 Multipart HTTP form builder.
 
local_stats.hpp
 Local HTTP client timings and connection statistics.
 
request.hpp
 Class for creating and performing new http requests, usually retrieved 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.
 
websocket_response.hpp
 HTTP response for WebSocket upgrade.