userver: userver/easy.hpp File Reference
Loading...
Searching...
No Matches
easy.hpp File Reference

Detailed Description

Headers of an library for easy prototyping.

Definition in file easy.hpp.

Go to the source code of this file.

+ This graph shows which files directly or indirectly include this file:

Classes

class  easy::DependenciesComponent< Dependencies >
 Factory component for the dependencies from easy library. More...
 
class  easy::HttpBase
 easy::HttpWith like class with erased dependencies information that should be used only in dependency registration functions; use easy::HttpWith if not making a new dependency class. More...
 
class  easy::Dependencies< Dependency >
 
class  easy::HttpWith< Dependency >
 Class for describing the service functionality in simple declarative way that generates static configs, applies schemas. More...
 
class  easy::HttpWith< Dependency >::Callback
 
class  easy::PgDep
 Dependency class that provides a PostgreSQL cluster client. More...
 
class  easy::HttpDep
 Dependency class that provides a Http client. More...
 

Namespaces

namespace  easy
 Top namespace for easy library.