userver: easy::HttpDep Class Reference
Loading...
Searching...
No Matches
easy::HttpDep Class Reference

#include <userver/easy.hpp>

Detailed Description

Dependency class that provides a Http client.

Definition at line 313 of file easy.hpp.

Public Member Functions

 HttpDep (const components::ComponentContext &context)
 
clients::http::Clienthttp ()
 

Static Public Member Functions

static void RegisterOn (HttpBase &app)
 

Constructor & Destructor Documentation

◆ HttpDep()

easy::HttpDep::HttpDep ( const components::ComponentContext & context)
explicit

Definition at line 211 of file easy.cpp.

Member Function Documentation

◆ http()

clients::http::Client & easy::HttpDep::http ( )
inline

Definition at line 316 of file easy.hpp.

◆ RegisterOn()

void easy::HttpDep::RegisterOn ( easy::HttpBase & app)
static

Definition at line 214 of file easy.cpp.


The documentation for this class was generated from the following files: