HttpHeader

Http header name

struct HttpHeader {}

Members

Variables

ACCEPT
enum string ACCEPT;

Request Fields.

ACCEPT_CHARSET
enum string ACCEPT_CHARSET;
Undocumented in source.
ACCEPT_ENCODING
enum string ACCEPT_ENCODING;
Undocumented in source.
ACCEPT_LANGUAGE
enum string ACCEPT_LANGUAGE;
Undocumented in source.
ACCEPT_RANGES
enum string ACCEPT_RANGES;

Response Fields.

AGE
enum string AGE;
Undocumented in source.
ALLOW
enum string ALLOW;

Entity Fields.

AUTHORIZATION
enum string AUTHORIZATION;
Undocumented in source.
CACHE_CONTROL
enum string CACHE_CONTROL;
Undocumented in source.
CONNECTION
enum string CONNECTION;

General Fields.

CONTENT_DISPOSITION
enum string CONTENT_DISPOSITION;
Undocumented in source.
CONTENT_ENCODING
enum string CONTENT_ENCODING;
Undocumented in source.
CONTENT_LANGUAGE
enum string CONTENT_LANGUAGE;
Undocumented in source.
CONTENT_LENGTH
enum string CONTENT_LENGTH;
Undocumented in source.
CONTENT_LOCATION
enum string CONTENT_LOCATION;
Undocumented in source.
CONTENT_MD5
enum string CONTENT_MD5;
Undocumented in source.
CONTENT_RANGE
enum string CONTENT_RANGE;
Undocumented in source.
CONTENT_TYPE
enum string CONTENT_TYPE;
Undocumented in source.
COOKIE
enum string COOKIE;

Other Fields.

C_AUTHORITY
enum string C_AUTHORITY;
Undocumented in source.
C_METHOD
enum string C_METHOD;

HTTP2 Fields.

C_PATH
enum string C_PATH;
Undocumented in source.
C_SCHEME
enum string C_SCHEME;
Undocumented in source.
C_STATUS
enum string C_STATUS;
Undocumented in source.
DATE
enum string DATE;
Undocumented in source.
ETAG
enum string ETAG;
Undocumented in source.
EXPECT
enum string EXPECT;
Undocumented in source.
EXPIRES
enum string EXPIRES;
Undocumented in source.
FORWARDED
enum string FORWARDED;
Undocumented in source.
FROM
enum string FROM;
Undocumented in source.
HOST
enum string HOST;
Undocumented in source.
HTTP2_SETTINGS
enum string HTTP2_SETTINGS;
Undocumented in source.
IDENTITY
enum string IDENTITY;
Undocumented in source.
IF_MATCH
enum string IF_MATCH;
Undocumented in source.
IF_MODIFIED_SINCE
enum string IF_MODIFIED_SINCE;
Undocumented in source.
IF_NONE_MATCH
enum string IF_NONE_MATCH;
Undocumented in source.
IF_RANGE
enum string IF_RANGE;
Undocumented in source.
IF_UNMODIFIED_SINCE
enum string IF_UNMODIFIED_SINCE;
Undocumented in source.
KEEP_ALIVE
enum string KEEP_ALIVE;
Undocumented in source.
LAST_MODIFIED
enum string LAST_MODIFIED;
Undocumented in source.
LOCATION
enum string LOCATION;
Undocumented in source.
MAX_FORWARDS
enum string MAX_FORWARDS;
Undocumented in source.
MIME_VERSION
enum string MIME_VERSION;
Undocumented in source.
NEGOTIATE
enum string NEGOTIATE;
Undocumented in source.
NULL
enum string NULL;
Undocumented in source.
ORIGIN
enum string ORIGIN;

WebSocket Fields.

PRAGMA
enum string PRAGMA;
Undocumented in source.
PROXY_AUTHENTICATE
enum string PROXY_AUTHENTICATE;
Undocumented in source.
PROXY_AUTHORIZATION
enum string PROXY_AUTHORIZATION;
Undocumented in source.
PROXY_CONNECTION
enum string PROXY_CONNECTION;
Undocumented in source.
RANGE
enum string RANGE;
Undocumented in source.
REFERER
enum string REFERER;
Undocumented in source.
REQUEST_RANGE
enum string REQUEST_RANGE;
Undocumented in source.
RETRY_AFTER
enum string RETRY_AFTER;
Undocumented in source.
SEC_WEBSOCKET_ACCEPT
enum string SEC_WEBSOCKET_ACCEPT;
Undocumented in source.
SEC_WEBSOCKET_EXTENSIONS
enum string SEC_WEBSOCKET_EXTENSIONS;
Undocumented in source.
SEC_WEBSOCKET_KEY
enum string SEC_WEBSOCKET_KEY;
Undocumented in source.
SEC_WEBSOCKET_SUBPROTOCOL
enum string SEC_WEBSOCKET_SUBPROTOCOL;
Undocumented in source.
SEC_WEBSOCKET_VERSION
enum string SEC_WEBSOCKET_VERSION;
Undocumented in source.
SERVER
enum string SERVER;
Undocumented in source.
SERVLET_ENGINE
enum string SERVLET_ENGINE;
Undocumented in source.
SET_COOKIE
enum string SET_COOKIE;
Undocumented in source.
SET_COOKIE2
enum string SET_COOKIE2;
Undocumented in source.
STRICT_TRANSPORT_SECURITY
enum string STRICT_TRANSPORT_SECURITY;
Undocumented in source.
TE
enum string TE;
Undocumented in source.
TRAILER
enum string TRAILER;
Undocumented in source.
TRANSFER_ENCODING
enum string TRANSFER_ENCODING;
Undocumented in source.
UNKNOWN
enum string UNKNOWN;
Undocumented in source.
UPGRADE
enum string UPGRADE;
Undocumented in source.
USER_AGENT
enum string USER_AGENT;
Undocumented in source.
VARY
enum string VARY;
Undocumented in source.
VIA
enum string VIA;
Undocumented in source.
WARNING
enum string WARNING;
Undocumented in source.
WWW_AUTHENTICATE
enum string WWW_AUTHENTICATE;
Undocumented in source.
X_FORWARDED_FOR
enum string X_FORWARDED_FOR;
Undocumented in source.
X_FORWARDED_HOST
enum string X_FORWARDED_HOST;
Undocumented in source.
X_FORWARDED_PROTO
enum string X_FORWARDED_PROTO;
Undocumented in source.
X_FORWARDED_SERVER
enum string X_FORWARDED_SERVER;
Undocumented in source.
X_POWERED_BY
enum string X_POWERED_BY;
Undocumented in source.

Meta