SNode.C
|
#include <StatusCodes.h>
Static Public Member Functions | |
static std::string | reason (int status) |
static bool | contains (int status) |
Static Private Attributes | |
static std::map< int, std::string > | statusCode |
Definition at line 53 of file StatusCodes.h.
|
static |
Definition at line 126 of file StatusCodes.cpp.
References statusCode.
Referenced by web::http::client::ResponseParser::parseStartLine(), and reason().
|
static |
Definition at line 116 of file StatusCodes.cpp.
References contains(), and statusCode.
Referenced by web::http::server::Response::sendHeader(), express::Response::sendStatus(), and web::http::server::Response::sendStatus().
|
staticprivate |
Definition at line 60 of file StatusCodes.h.
Referenced by contains(), and reason().