userver
C++ Async Framework
Toggle main menu visibility
Documentation
API Groups
Namespaces
Reference
Class List
Class Index
File List
Macros
All
e
i
l
r
t
u
Functions
Macros
e
i
l
r
t
u
Examples
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
Concepts
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 Wed Apr 30 2025 15:48:43 for userver by
Doxygen
1.13.2