userver: userver/server/handlers/restart.hpp File Reference
Loading...
Searching...
No Matches
restart.hpp File Reference

Detailed Description

Handler that stops the service. It is expected that an external system (e.g. systemd or supervisord) restarts the service afterwards.

Definition in file restart.hpp.

Go to the source code of this file.

#include <atomic>
#include <userver/server/handlers/http_handler_base.hpp>

Classes

class  server::handlers::Restart
 Handler that stops the service. It is expected that an external system (e.g. systemd or supervisord) restarts the service afterwards. More...
 

Namespaces

namespace  server::handlers
 Most common userver HTTP handlers.