#include <userver/clients/http/client_with_plugins.hpp>
HTTP client that returns a HTTP request builder from CreateRequest() with applied plugins.
Usually retrieved from components::HttpClient component. Can also be created manually using clients::http::Client::CreateHttpClient()
Definition at line 28 of file client_with_plugins.hpp.
Inheritance diagram for clients::http::ClientWithPlugins:Public Member Functions | |
| Request | CreateRequest () override |
| Returns a HTTP request builder type with preset values of User-Agent, plugins and some of the Testsuite stuff (if any). | |
| Request | CreateNotSignedRequest () |
| Providing CreateNonSignedRequest() function for the clients::Http alias. | |
|
inlineinherited |
Providing CreateNonSignedRequest() function for the clients::Http alias.
Definition at line 46 of file client.hpp.
|
overridevirtual |
Returns a HTTP request builder type with preset values of User-Agent, plugins and some of the Testsuite stuff (if any).
Implements clients::http::Client.