#include <HTTPDefines.hpp>
Public Types | |
| enum | EResponseState { etOK = 200, etCreated = 201, etAccepted = 202, etNoContent = 204, etMovedPermanently = 301, etMovedTemporarily = 302, etNotModified = 304, etBadRequest = 400, etUnauthorized = 401, etForbidden = 403, etNotFound = 404, etInternalServerError = 500, etNotImplemented = 501, etBadGateway = 502, etServiceUnavailable = 503, etSeeOther = 303 } |
| enum | ERequestMethod { etGetMethod = 0, etPostMethod = 1, etHeadMethod = 2, etPutMethod = 3, etDeleteMethod = 4, etLinkMethod = 5, etUnlinkMethod = 6 } |
| enum | EHTTPVersion { etVersion_1_0 = 0, etVersion_1_1 = 1 } |
this class implements helper functions for the HTTP protocol