HttpHeaders class

Constructors

HttpHeaders()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

accept String
The HTTP {@code Accept} header field name. @see Section 5.3.2 of RFC 7231
final
acceptCharset String
The HTTP {@code Accept-Charset} header field name. @see Section 5.3.3 of RFC 7231
final
acceptEncoding String
The HTTP {@code Accept-Encoding} header field name. @see Section 5.3.4 of RFC 7231
final
acceptLanguage String
The HTTP {@code Accept-Language} header field name. @see Section 5.3.5 of RFC 7231
final
acceptPatch String
The HTTP {@code Accept-Patch} header field name. @since 5.3.6 @see Section 3.1 of RFC 5789
final
acceptRanges String
The HTTP {@code Accept-Ranges} header field name. @see Section 5.3.5 of RFC 7233
final
accessControlAllowCredentials String
The CORS {@code Access-Control-Allow-Credentials} response header field name. @see CORS W3C recommendation
final
accessControlAllowHeaders String
The CORS {@code Access-Control-Allow-Headers} response header field name. @see CORS W3C recommendation
final
accessControlAllowMethods String
The CORS {@code Access-Control-Allow-Methods} response header field name. @see CORS W3C recommendation
final
accessControlAllowOrigin String
The CORS {@code Access-Control-Allow-Origin} response header field name. @see CORS W3C recommendation
final
accessControlExposeHeaders String
The CORS {@code Access-Control-Expose-Headers} response header field name. @see CORS W3C recommendation
final
accessControlMaxAge String
The CORS {@code Access-Control-Max-Age} response header field name. @see CORS W3C recommendation
final
accessControlRequestHeaders String
The CORS {@code Access-Control-Request-Headers} request header field name. @see CORS W3C recommendation
final
accessControlRequestMethod String
The CORS {@code Access-Control-Request-Method} request header field name. @see CORS W3C recommendation
final
age String
The HTTP {@code Age} header field name. @see Section 5.1 of RFC 7234
final
allow String
The HTTP {@code Allow} header field name. @see Section 7.4.1 of RFC 7231
final
authorization String
The HTTP {@code Authorization} header field name. @see Section 4.2 of RFC 7235
final
cacheControl String
The HTTP {@code Cache-Control} header field name. @see Section 5.2 of RFC 7234
final
connection String
The HTTP {@code Connection} header field name. @see Section 6.1 of RFC 7230
final
contentDisposition String
The HTTP {@code Content-Disposition} header field name. @see RFC 6266
final
contentEncoding String
The HTTP {@code Content-Encoding} header field name. @see Section 3.1.2.2 of RFC 7231
final
contentLanguage String
The HTTP {@code Content-Language} header field name. @see Section 3.1.3.2 of RFC 7231
final
contentLength String
The HTTP {@code Content-Length} header field name. @see Section 3.3.2 of RFC 7230
final
contentLocation String
The HTTP {@code Content-Location} header field name. @see Section 3.1.4.2 of RFC 7231
final
contentRange String
The HTTP {@code Content-Range} header field name. @see Section 4.2 of RFC 7233
final
contentType String
The HTTP {@code Content-Type} header field name. @see Section 3.1.1.5 of RFC 7231
final
The HTTP {@code Cookie} header field name. @see Section 4.3.4 of RFC 2109
final
date String
The HTTP {@code Date} header field name. @see Section 7.1.1.2 of RFC 7231
final
etag String
The HTTP {@code ETag} header field name. @see Section 2.3 of RFC 7232
final
expect String
The HTTP {@code Expect} header field name. @see Section 5.1.1 of RFC 7231
final
expires String
The HTTP {@code Expires} header field name. @see Section 5.3 of RFC 7234
final
from String
The HTTP {@code From} header field name. @see Section 5.5.1 of RFC 7231
final
host String
The HTTP {@code Host} header field name. @see Section 5.4 of RFC 7230
final
ifMatch String
The HTTP {@code If-Match} header field name. @see Section 3.1 of RFC 7232
final
ifModifiedSince String
The HTTP {@code If-Modified-Since} header field name. @see Section 3.3 of RFC 7232
final
ifNoneMatch String
The HTTP {@code If-None-Match} header field name. @see Section 3.2 of RFC 7232
final
ifRange String
The HTTP {@code If-Range} header field name. @see Section 3.2 of RFC 7233
final
ifUnmodifiedSince String
The HTTP {@code If-Unmodified-Since} header field name. @see Section 3.4 of RFC 7232
final
lastModified String
The HTTP {@code Last-Modified} header field name. @see Section 2.2 of RFC 7232
final
The HTTP {@code Link} header field name. @see RFC 5988
final
location String
The HTTP {@code Location} header field name. @see Section 7.1.2 of RFC 7231
final
maxForwards String
The HTTP {@code Max-Forwards} header field name. @see Section 5.1.2 of RFC 7231
final
origin String
The HTTP {@code Origin} header field name. @see RFC 6454
final
pragma String
The HTTP {@code Pragma} header field name. @see Section 5.4 of RFC 7234
final
proxyAuthenticate String
The HTTP {@code Proxy-Authenticate} header field name. @see Section 4.3 of RFC 7235
final
proxyAuthorization String
The HTTP {@code Proxy-Authorization} header field name. @see Section 4.4 of RFC 7235
final
range String
The HTTP {@code Range} header field name. @see Section 3.1 of RFC 7233
final
referer String
The HTTP {@code Referer} header field name. @see Section 5.5.2 of RFC 7231
final
retryAfter String
The HTTP {@code Retry-After} header field name. @see Section 7.1.3 of RFC 7231
final
server String
The HTTP {@code Server} header field name. @see Section 7.4.2 of RFC 7231
final
setCookie String
The HTTP {@code Set-Cookie} header field name. @see Section 4.2.2 of RFC 2109
final
setCookie2 String
The HTTP {@code Set-Cookie2} header field name. @see RFC 2965
final
te String
The HTTP {@code TE} header field name. @see Section 4.3 of RFC 7230
final
trailer String
The HTTP {@code Trailer} header field name. @see Section 4.4 of RFC 7230
final
transferEncoding String
The HTTP {@code Transfer-Encoding} header field name. @see Section 3.3.1 of RFC 7230
final
upgrade String
The HTTP {@code Upgrade} header field name. @see Section 6.7 of RFC 7230
final
userAgent String
The HTTP {@code User-Agent} header field name. @see Section 5.5.3 of RFC 7231
final
vary String
The HTTP {@code Vary} header field name. @see Section 7.1.4 of RFC 7231
final
via String
The HTTP {@code Via} header field name. @see Section 5.7.1 of RFC 7230
final
warning String
The HTTP {@code Warning} header field name. @see Section 5.5 of RFC 7234
final
wwwAuthenticate String
The HTTP {@code WWW-Authenticate} header field name. @see Section 4.1 of RFC 7235
final