userver: API Groups
Loading...
Searching...
No Matches
API Groups
Here is a list of all topics with brief descriptions:
[detail level 12]
 Base ClassesBase classes that simplify implementation of functionality
 ComponentsComponents that could be used with utils::DaemonMain like functions; see Component system for an intro
 HTTP HandlersHandlers are components that could be used by components::Server to process the incoming requests
 Component Default NamesDefault names of components that are used in static config files
 Http server middlewaresBase classes for implementing and configuring http server middlewares
 ClientsClients are classes that provide interfaces for requesting and retrieving data usually from remote server
 ConcurrencyTask construction and synchronization primitives for coroutines
 UniversalFunctions and classes that could be used with or without coroutine environment
 ContainersUtility containers
 FormatsDifferent containers that share the same interface and manipulate tree-like formats
 SerializersFiles with serializers into formats
 SAX SerializersFiles with SAX serializers into formats
 ParsersFiles with parsers from formats
 Postgres parsers and formattersFiles with Postgres parsers and formatters
 Readers and writers for dump::DumperFiles with dump readers and writers, used mostly by the caches
 Clickhouse typesFiles with implemented ClickHouse types
 Testsuite Python supportFunctions, fixtures and classes to do functional testing with testsuite
 FixturesFixtures to use with testsuite
 Unit-testing (utest)Versions of gtest macros that run tests in a coroutine environment and other helpers