#include <StatusCodes.h>
|
static std::string | reason (int status) |
|
static bool | contains (int status) |
|
Definition at line 31 of file StatusCodes.h.
◆ contains()
bool web::http::StatusCode::contains |
( |
int | status | ) |
|
|
static |
Definition at line 104 of file StatusCodes.cpp.
104 {
106 }
static std::map< int, std::string > statusCode
◆ reason()
std::string web::http::StatusCode::reason |
( |
int | status | ) |
|
|
static |
Definition at line 94 of file StatusCodes.cpp.
94 {
95 std::string reasonPhrase = "unknown status code";
96
99 }
100
101 return reasonPhrase;
102 }
static bool contains(int status)
◆ statusCode
std::map< int, std::string > web::http::StatusCode::statusCode |
|
staticprivate |
The documentation for this class was generated from the following files: