9#include <userver/server/handlers/exceptions.hpp>
10#include <userver/server/http/http_status.hpp>
12USERVER_NAMESPACE_BEGIN
14namespace server::
http {
17
18
19
20
21
22
23
41 template <
typename... Args>
45 HttpStatus GetHttpStatus()
const {
return http_status_; }
48 HttpStatus http_status_;