|
| enum | Codes : int {
Continue = 100,
OK = 200,
Created = 201,
NoContent = 204,
BadRequest = 400,
Unauthorized = 401,
Forbidden = 403,
NotFound = 404,
MethodNotAllowed = 405,
Gone = 410,
RequestEntityTooLarge = 413,
InternalServerError = 500,
NotImplemented = 501,
ServiceUnavailable = 503
} |
| |
|
|
static std::string | statusCodeDisplayString (int code) throw () |
| |
|
static std::string | statusCodeString (int code) throw () |
| |
Definition at line 23 of file Code.h.
The documentation for this class was generated from the following file:
- /home/sella/digitalgenesis/libutil++/releases/rpm/BUILD/libutil++-1.9.3/src/sella/server/Code.h