#include <StatusCodes.h>
|
static std::string | reason (int status) |
|
static bool | contains (int status) |
|
Definition at line 53 of file StatusCodes.h.
◆ contains()
bool web::http::StatusCode::contains |
( |
int | status | ) |
|
|
static |
Definition at line 126 of file StatusCodes.cpp.
126 {
128 }
static std::map< int, std::string > statusCode
◆ reason()
std::string web::http::StatusCode::reason |
( |
int | status | ) |
|
|
static |
Definition at line 116 of file StatusCodes.cpp.
116 {
117 std::string reasonPhrase = "unknown status code";
118
121 }
122
123 return reasonPhrase;
124 }
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: