Main Page | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members | Related Pages

HttpHeader Struct Reference

List of all members.

Static Public Attributes

const int IOBufferSize = 16 * 1024
const int MaxPostParamSize = 4 * 1024
const HttpHeaderName Version = {"HTTP/1.1"}
const HttpHeaderName TextHtml = {"text/html"}
const HttpHeaderName Accept = {"Accept:"}
const HttpHeaderName AcceptCharset = {"Accept-Charset:"}
const HttpHeaderName AcceptEncoding = {"Accept-Encoding:"}
const HttpHeaderName AcceptLanguage = {"Accept-Language:"}
const HttpHeaderName AcceptRanges = {"Accept-Ranges:"}
const HttpHeaderName Age = {"Age:"}
const HttpHeaderName Allow = {"Allow:"}
const HttpHeaderName Authorization = {"Authorization:"}
const HttpHeaderName CacheControl = {"Cache-Control:"}
const HttpHeaderName Connection = {"Connection:"}
const HttpHeaderName ContentEncoding = {"Content-Encoding:"}
const HttpHeaderName ContentLanguage = {"Content-Language:"}
const HttpHeaderName ContentLength = {"Content-Length:"}
const HttpHeaderName ContentLocation = {"Content-Location:"}
const HttpHeaderName ContentRange = {"Content-Range:"}
const HttpHeaderName ContentType = {"Content-Type:"}
const HttpHeaderName Cookie = {"Cookie:"}
const HttpHeaderName Date = {"Date:"}
const HttpHeaderName ETag = {"ETag:"}
const HttpHeaderName Expect = {"Expect:"}
const HttpHeaderName Expires = {"Expires:"}
const HttpHeaderName From = {"From:"}
const HttpHeaderName Host = {"Host:"}
const HttpHeaderName Identity = {"identity:"}
const HttpHeaderName IfMatch = {"If-Match:"}
const HttpHeaderName IfModifiedSince = {"If-Modified-Since:"}
const HttpHeaderName IfNoneMatch = {"If-None-Match:"}
const HttpHeaderName IfRange = {"If-Range:"}
const HttpHeaderName IfUnmodifiedSince = {"If-Unmodified-Since:"}
const HttpHeaderName LastModified = {"Last-Modified:"}
const HttpHeaderName Location = {"Location:"}
const HttpHeaderName MaxForwards = {"Max-Forwards:"}
const HttpHeaderName MimeVersion = {"MIME-Version:"}
const HttpHeaderName Pragma = {"Pragma:"}
const HttpHeaderName ProxyAuthenticate = {"Proxy-Authenticate:"}
const HttpHeaderName ProxyConnection = {"Proxy-Connection:"}
const HttpHeaderName Range = {"Range:"}
const HttpHeaderName Referrer = {"Referer:"}
const HttpHeaderName RetryAfter = {"Retry-After:"}
const HttpHeaderName Server = {"Server:"}
const HttpHeaderName ServletEngine = {"Servlet-Engine:"}
const HttpHeaderName SetCookie = {"Set-Cookie:"}
const HttpHeaderName SetCookie2 = {"Set-Cookie2:"}
const HttpHeaderName TE = {"TE:"}
const HttpHeaderName Trailer = {"Trailer:"}
const HttpHeaderName TransferEncoding = {"Transfer-Encoding:"}
const HttpHeaderName Upgrade = {"Upgrade:"}
const HttpHeaderName UserAgent = {"User-Agent:"}
const HttpHeaderName Vary = {"Vary:"}
const HttpHeaderName Warning = {"Warning:"}
const HttpHeaderName WwwAuthenticate = {"WWW-Authenticate:"}

Detailed Description

Define the traditional set of HTTP header names

Definition at line 66 of file HttpHeaders.d.


Member Data Documentation

const int IOBufferSize = 16 * 1024 [static]
 

Definition at line 69 of file HttpHeaders.d.

const int MaxPostParamSize = 4 * 1024 [static]
 

Definition at line 72 of file HttpHeaders.d.

const HttpHeaderName Version = {"HTTP/1.1"} [static]
 

Definition at line 74 of file HttpHeaders.d.

const HttpHeaderName TextHtml = {"text/html"} [static]
 

Definition at line 75 of file HttpHeaders.d.

const HttpHeaderName Accept = {"Accept:"} [static]
 

Definition at line 77 of file HttpHeaders.d.

const HttpHeaderName AcceptCharset = {"Accept-Charset:"} [static]
 

Definition at line 78 of file HttpHeaders.d.

const HttpHeaderName AcceptEncoding = {"Accept-Encoding:"} [static]
 

Definition at line 79 of file HttpHeaders.d.

const HttpHeaderName AcceptLanguage = {"Accept-Language:"} [static]
 

Definition at line 80 of file HttpHeaders.d.

const HttpHeaderName AcceptRanges = {"Accept-Ranges:"} [static]
 

Definition at line 81 of file HttpHeaders.d.

const HttpHeaderName Age = {"Age:"} [static]
 

Definition at line 82 of file HttpHeaders.d.

const HttpHeaderName Allow = {"Allow:"} [static]
 

Definition at line 83 of file HttpHeaders.d.

const HttpHeaderName Authorization = {"Authorization:"} [static]
 

Definition at line 84 of file HttpHeaders.d.

const HttpHeaderName CacheControl = {"Cache-Control:"} [static]
 

Definition at line 85 of file HttpHeaders.d.

const HttpHeaderName Connection = {"Connection:"} [static]
 

Definition at line 86 of file HttpHeaders.d.

const HttpHeaderName ContentEncoding = {"Content-Encoding:"} [static]
 

Definition at line 87 of file HttpHeaders.d.

const HttpHeaderName ContentLanguage = {"Content-Language:"} [static]
 

Definition at line 88 of file HttpHeaders.d.

const HttpHeaderName ContentLength = {"Content-Length:"} [static]
 

Definition at line 89 of file HttpHeaders.d.

const HttpHeaderName ContentLocation = {"Content-Location:"} [static]
 

Definition at line 90 of file HttpHeaders.d.

const HttpHeaderName ContentRange = {"Content-Range:"} [static]
 

Definition at line 91 of file HttpHeaders.d.

const HttpHeaderName ContentType = {"Content-Type:"} [static]
 

Definition at line 92 of file HttpHeaders.d.

const HttpHeaderName Cookie = {"Cookie:"} [static]
 

Definition at line 93 of file HttpHeaders.d.

const HttpHeaderName Date = {"Date:"} [static]
 

Definition at line 94 of file HttpHeaders.d.

const HttpHeaderName ETag = {"ETag:"} [static]
 

Definition at line 95 of file HttpHeaders.d.

const HttpHeaderName Expect = {"Expect:"} [static]
 

Definition at line 96 of file HttpHeaders.d.

const HttpHeaderName Expires = {"Expires:"} [static]
 

Definition at line 97 of file HttpHeaders.d.

const HttpHeaderName From = {"From:"} [static]
 

Definition at line 98 of file HttpHeaders.d.

const HttpHeaderName Host = {"Host:"} [static]
 

Definition at line 99 of file HttpHeaders.d.

const HttpHeaderName Identity = {"identity:"} [static]
 

Definition at line 100 of file HttpHeaders.d.

const HttpHeaderName IfMatch = {"If-Match:"} [static]
 

Definition at line 101 of file HttpHeaders.d.

const HttpHeaderName IfModifiedSince = {"If-Modified-Since:"} [static]
 

Definition at line 102 of file HttpHeaders.d.

const HttpHeaderName IfNoneMatch = {"If-None-Match:"} [static]
 

Definition at line 103 of file HttpHeaders.d.

const HttpHeaderName IfRange = {"If-Range:"} [static]
 

Definition at line 104 of file HttpHeaders.d.

const HttpHeaderName IfUnmodifiedSince = {"If-Unmodified-Since:"} [static]
 

Definition at line 105 of file HttpHeaders.d.

const HttpHeaderName LastModified = {"Last-Modified:"} [static]
 

Definition at line 106 of file HttpHeaders.d.

const HttpHeaderName Location = {"Location:"} [static]
 

Definition at line 107 of file HttpHeaders.d.

const HttpHeaderName MaxForwards = {"Max-Forwards:"} [static]
 

Definition at line 108 of file HttpHeaders.d.

const HttpHeaderName MimeVersion = {"MIME-Version:"} [static]
 

Definition at line 109 of file HttpHeaders.d.

const HttpHeaderName Pragma = {"Pragma:"} [static]
 

Definition at line 110 of file HttpHeaders.d.

const HttpHeaderName ProxyAuthenticate = {"Proxy-Authenticate:"} [static]
 

Definition at line 111 of file HttpHeaders.d.

const HttpHeaderName ProxyConnection = {"Proxy-Connection:"} [static]
 

Definition at line 112 of file HttpHeaders.d.

const HttpHeaderName Range = {"Range:"} [static]
 

Definition at line 113 of file HttpHeaders.d.

const HttpHeaderName Referrer = {"Referer:"} [static]
 

Definition at line 114 of file HttpHeaders.d.

const HttpHeaderName RetryAfter = {"Retry-After:"} [static]
 

Definition at line 115 of file HttpHeaders.d.

const HttpHeaderName Server = {"Server:"} [static]
 

Definition at line 116 of file HttpHeaders.d.

const HttpHeaderName ServletEngine = {"Servlet-Engine:"} [static]
 

Definition at line 117 of file HttpHeaders.d.

const HttpHeaderName SetCookie = {"Set-Cookie:"} [static]
 

Definition at line 118 of file HttpHeaders.d.

const HttpHeaderName SetCookie2 = {"Set-Cookie2:"} [static]
 

Definition at line 119 of file HttpHeaders.d.

const HttpHeaderName TE = {"TE:"} [static]
 

Definition at line 120 of file HttpHeaders.d.

const HttpHeaderName Trailer = {"Trailer:"} [static]
 

Definition at line 121 of file HttpHeaders.d.

const HttpHeaderName TransferEncoding = {"Transfer-Encoding:"} [static]
 

Definition at line 122 of file HttpHeaders.d.

const HttpHeaderName Upgrade = {"Upgrade:"} [static]
 

Definition at line 123 of file HttpHeaders.d.

const HttpHeaderName UserAgent = {"User-Agent:"} [static]
 

Definition at line 124 of file HttpHeaders.d.

const HttpHeaderName Vary = {"Vary:"} [static]
 

Definition at line 125 of file HttpHeaders.d.

const HttpHeaderName Warning = {"Warning:"} [static]
 

Definition at line 126 of file HttpHeaders.d.

const HttpHeaderName WwwAuthenticate = {"WWW-Authenticate:"} [static]
 

Definition at line 127 of file HttpHeaders.d.


The documentation for this struct was generated from the following file:
Generated on Sun Nov 7 19:07:03 2004 for Mango by doxygen 1.3.6