uHTTP for C++
HTTPStatus.h File Reference
#include <string>

Data Structures

class  uHTTP::HTTPStatus
 

Namespaces

namespace  uHTTP
 
namespace  uHTTP::HTTP
 

Functions

bool uHTTP::HTTP::IsStatusCodeSuccess (int code)
 
const std::string & uHTTP::HTTP::StatusCodeToString (int code)
 

Variables

const int uHTTP::HTTP::CONTINUE = 100
 
const int uHTTP::HTTP::PROCESSING = 102
 
const int uHTTP::HTTP::OK_REQUEST = 200
 
const int uHTTP::HTTP::ACCEPTED = 202
 
const int uHTTP::HTTP::NO_CONTENT = 204
 
const int uHTTP::HTTP::PARTIAL_CONTENT = 206
 
const int uHTTP::HTTP::MOVED_PERMANENTLY = 301
 
const int uHTTP::HTTP::FOUND = 302
 
const int uHTTP::HTTP::BAD_REQUEST = 400
 
const int uHTTP::HTTP::NOT_FOUND = 404
 
const int uHTTP::HTTP::NOT_ACCEPTABLE = 406
 
const int uHTTP::HTTP::PRECONDITION_FAILED = 412
 
const int uHTTP::HTTP::INVALID_RANGE = 416
 
const int uHTTP::HTTP::INTERNAL_SERVER_ERROR = 500
 
const int uHTTP::HTTP::INTERNAL_CLIENT_ERROR = 600
 
const std::string uHTTP::HTTP::CONTINUE_STRING = "Continue"
 
const std::string uHTTP::HTTP::PROCESSING_STRING = "Processing"
 
const std::string uHTTP::HTTP::OK_REQUEST_STRING = "OK"
 
const std::string uHTTP::HTTP::ACCEPTED_STRING = "Accepted"
 
const std::string uHTTP::HTTP::NO_CONTENT_STRING = "No Content"
 
const std::string uHTTP::HTTP::PARTIAL_CONTENT_STRING = "Partial Content"
 
const std::string uHTTP::HTTP::MOVED_PERMANENTLY_STRING = "Moved Permanently"
 
const std::string uHTTP::HTTP::FOUND_STRING = "Found"
 
const std::string uHTTP::HTTP::BAD_REQUEST_STRING = "Bad Request"
 
const std::string uHTTP::HTTP::NOT_FOUND_STING = "Not Found"
 
const std::string uHTTP::HTTP::NOT_ACCEPTABLE_STING = "Not Acceptable"
 
const std::string uHTTP::HTTP::PRECONDITION_FAILED_STING = "Precondition Failed"
 
const std::string uHTTP::HTTP::INVALID_RANGE_STING = "Invalid Range"
 
const std::string uHTTP::HTTP::INTERNAL_SERVER_ERROR_STRING = "Internal Server Error"
 
const std::string uHTTP::HTTP::INTERNAL_CLIENT_ERROR_STRING = "Internal Client Error"
 
const std::string uHTTP::HTTP::UNKOWN_ERROR_STRING = "Unknown Error"