libutil++  1.9.3
 All Classes Functions Variables
Public Types | Static Public Member Functions | List of all members
sella::server::Code Class Reference

Public Types

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 Public Member Functions

static std::string statusCodeDisplayString (int code) throw ()
 
static std::string statusCodeString (int code) throw ()
 

Detailed Description

Definition at line 23 of file Code.h.


The documentation for this class was generated from the following file: