HttpHeader

struct HttpHeader {}

Constructors

this
this(string s)
Undocumented in source.

Members

Functions

asString
string asString()
Undocumented in source. Be warned that the author may not have intended to support it.
getBytes
byte[] getBytes()
Undocumented in source. Be warned that the author may not have intended to support it.
getBytesColonSpace
byte[] getBytesColonSpace()
Undocumented in source. Be warned that the author may not have intended to support it.
isSame
bool isSame(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool opEquals(HttpHeader h)
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool opEquals(HttpHeader h)
Undocumented in source. Be warned that the author may not have intended to support it.
ordinal
int ordinal()
Undocumented in source. Be warned that the author may not have intended to support it.
toHash
size_t toHash()
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

__anonymous
mixin ValuesMemberTempate!(HttpHeader)
Undocumented in source.

Static functions

exists
bool exists(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
get
HttpHeader get(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
getCount
int getCount()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

ACCEPT
enum HttpHeader ACCEPT;

Request Fields.

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

Response Fields.

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

Entity Fields.

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

General Fields.

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

Other Fields.

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

HTTP2 Fields.

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

WebSocket Fields.

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

Meta