Variables |
|
const std::string | MS_HTTP_REQ = "HTTPRequest" |
|
const std::string | S_HTTP_REQ_HEADER = "HTTPHeader" |
|
const std::string | S_HTTP_REQ_REQUEST = "HTTPRequest" |
|
const std::string | S_HTTP_REQ_METHOD = "HTTPMethod" |
|
const std::string | S_HTTP_REQ_URL = "HTTPFullURL" |
|
const std::string | S_HTTP_REQ_CREDENTIALS_SCHEME = "CRED_SCHEME" |
|
const std::string | S_HTTP_REQ_CREDENTIALS_INFO = "CRED_INFO" |
|
const std::string | S_HTTP_REQ_CREDENTIALS_ENCINFO = "CRED_ENCINFO" |
|
const std::string | S_HTTP_REQ_CLIENT_IP = "HTTPClientIP" |
|
const std::string | S_HTTP_REQ_CLIENT_PORT = "HTTPClientPort" |
|
const std::string | S_HTTP_REQ_SERVER_IP = "HTTPServerIP" |
|
const std::string | S_HTTP_REQ_SERVER_PORT = "HTTPServerPort" |
|
const std::string | S_HTTP_REQ_ACCEPT_ENCODING = "Accept-Encoding" |
|
const std::string | S_HTTP_REQ_HOST_NAME = "HTTPHostName" |
|
const std::string | S_HTTP_REQ_HOST_IP = "HTTPHostIP" |
|
const std::string | S_HTTP_REQ_HOST_PORT = "HTTPHostPort" |
|
const std::string | MS_HTTP_RESP = "HTTPResponse" |
|
const std::string | S_HTTP_RESP_STATUS = "Status" |
|
const std::string | S_HTTP_RESP_TRANSFER_ENCODING = "TransferEncoding" |
|
const std::string | S_HTTP_RESP_LENGTH = "Content-Length" |
|
const std::string | S_HTTP_RESP_TYPE = "Content-Type" |
|
const std::string | S_HTTP_SET_CACHE_CONTROL = "Cache-Control" |
|
const std::string | S_HTTP_CONTENT_DISPOSITION = "Content-Disposition" |
|
const std::string | S_HTTP_CONTENT_ENCODING = "Content-Encoding" |
|
const std::string | S_HTTP_RESP_AUTHENTICATION_REALM = "AUTHENTICATION_REALM" |
|
const std::string | S_HTTP_RESP_LOCATION = "LOCATION" |
|
const std::string | S_HTTP_SEND_FILE = "SEND_FILE" |
|
const std::string | S_HTTP_SET_AUTH_COOKIE = "AUTH_COOKIE" |
|
const std::string | S_HTTP_SET_AUTH_COOKIE_TOKEN = "AUTH_COOKIE_TOKEN" |
|
const std::string | S_HTTP_SET_AUTH_COOKIE_USER = "AUTH_COOKIE_TOKEN_USER" |
|
const int | HTTP_REQ_OK = 200 |
|
const int | HTTP_REQ_302 = 302 |
|
const int | HTTP_REQ_UNAUTHORIZED = 401 |
|
const int | HTTP_REQ_404 = 404 |
|
const std::string | URL_SPECIAL_CHARS = "#:?/\\$@!^&*()-;'><=+" |
HTTP Messages Related Constants.