userver
C++ Async Framework
Loading...
Searching...
No Matches
http_status.hpp
Go to the documentation of this file.
1
#
pragma
once
2
3
/// @file userver/server/http/http_status.hpp
4
/// @brief @copybrief server::http::HttpStatus
5
6
#
include
<
fmt
/
core
.
h
>
7
8
#
include
<
userver
/
http
/
status_code
.
hpp
>
9
10
USERVER_NAMESPACE_BEGIN
11
12
namespace
server::
http
{
13
14
/// @brief HTTP status codes
15
using
HttpStatus = USERVER_NAMESPACE::http::
StatusCode
;
16
17
[[
deprecated
(
"use StatusCodeString"
)]] std::string_view HttpStatusString(HttpStatus status);
18
19
}
// namespace server::http
20
21
USERVER_NAMESPACE_END
userver
server
http
http_status.hpp
Generated on Tue Nov 19 2024 11:25:23 for userver by
Doxygen
1.10.0