module Header
Nested Classes and Modules
class AcceptThe
accept-content-typeheader represents a list of content-types that the client can accept.class AcceptCharsetThe
accept-charsetheader represents a list of character sets that the client can accept.class AcceptEncodingThe
accept-encodingheader represents a list of encodings that the client can accept.class AcceptLanguageThe
accept-languageheader represents a list of languages that the client can accept.class AuthorizationUsed for basic authorization.
class CacheControlRepresents the
cache-controlheader, which is a list of cache directives.class ConnectionRepresents the
connectionHTTP header, which controls options for the current connection.class CookieThe
cookieheader contains stored HTTP cookies previously sent by the server with theset-cookieheader.class DateThe
dateheader represents the date and time at which the message was originated.class DigestThe
digestheader provides a digest of the message body for integrity verification.class ETagThe
etagheader represents the entity tag for a resource.class ETagsThe
etagsheader represents a list of entity tags (ETags) for resources.class GenericRepresents generic or custom headers that can be used in trailers.
class MultipleRepresents headers that can contain multiple distinct values separated by newline characters.
class PriorityRepresents the
priorityheader, used to indicate the relative importance of an HTTP request.class RangeRepresents a
rangerequest header.class ServerTimingThe
server-timingheader communicates performance metrics about the request-response cycle to the client.class SetCookieThe
set-cookieheader sends cookies from the server to the user agent.class SplitRepresents headers that can contain multiple distinct values separated by commas.
class TEThe
teheader indicates the transfer encodings the client is willing to accept. AKAaccept-transfer-encoding. How we ended up withteinstead ofaccept-transfer-encodingis a mystery lost to time.class TrailerRepresents headers that can contain multiple distinct values separated by commas.
class TransferEncodingThe
transfer-encodingheader indicates the encoding transformations that have been applied to the message body.class VaryRepresents the
varyheader, which specifies the request headers a server considers when determining the response.