Webserv
|
Go to the source code of this file.
Namespaces | |
namespace | http |
Enumerations | |
enum | http::Status { http::OK = 200 , http::CREATED = 201 , http::ACCEPTED = 202 , http::NO_CONTENT = 204 , http::BAD_REQUEST = 400 , http::UNAUTHORIZED = 401 , http::FORBIDDEN = 403 , http::NOT_FOUND = 404 , http::METHOD_NOT_ALLOWED = 405 , http::INTERNAL_SERVER_ERROR = 500 } |
Enumeration of common HTTP status codes. More... |