Component that listens for incoming requests, manages incoming connections and passes the requests to the appropriate handler.
Definition in file component.hpp.
Go to the source code of this file.
#include <memory>
#include <userver/components/loggable_component_base.hpp>
#include <userver/engine/task/task_processor_fwd.hpp>
#include <userver/server/server.hpp>
#include <userver/utils/statistics/entry.hpp>
Classes | |
class | components::Server |
Component that listens for incoming requests, manages incoming connections and passes the requests to the appropriate handler. More... | |
Namespaces | |
namespace | components |
Contains functions and types to start a userver based service/tool. | |
Variables | |
template<> | |
constexpr bool | components::kHasValidate< Server > = true |