org.http4s.headers
Members list
Type members
Classlikes
Attributes
- Companion:
- class
- Source:
- Accept.scala
- Graph
- Supertypes
- Self type
- Accept.type
Attributes
- Companion:
- object
- Source:
- Accept.scala
- Graph
- Supertypes
Attributes
- Companion:
- class
- Source:
- Accept-Charset.scala
- Graph
- Supertypes
- Self type
- Accept-Charset.type
From [https://datatracker.ietf.org/doc/html/rfc7231#section-5.3.3 RFC-7231].
The "Accept-Charset" header field can be sent by a user agent to
indicate what charsets are acceptable in textual response content.
This field allows user agents capable of understanding more
From [https://datatracker.ietf.org/doc/html/rfc7231#section-5.3.3 RFC-7231].
Attributes
- Companion:
- object
- Source:
- Accept-Charset.scala
- Graph
- Supertypes
Attributes
- Companion:
- class
- Source:
- Accept-Encoding.scala
- Graph
- Supertypes
- Self type
- Accept-Encoding.type
Attributes
- Companion:
- object
- Source:
- Accept-Encoding.scala
- Graph
- Supertypes
Attributes
- Companion:
- class
- Source:
- Accept-Language.scala
- Graph
- Supertypes
- Self type
- Accept-Language.type
Request header used to indicate which natural language would be preferred for the response to be translated into.
Request header used to indicate which natural language would be preferred for the response to be translated into.
Attributes
- Companion:
- object
- Source:
- Accept-Language.scala
- Graph
- Supertypes
Attributes
- Companion:
- class
- Source:
- Accept-Patch.scala
- Graph
- Supertypes
- Self type
- Accept-Patch.type
Attributes
- Companion:
- object
- Source:
- Accept-Patch.scala
- Graph
- Supertypes
Attributes
- Companion:
- class
- Source:
- Accept-Post.scala
- Graph
- Supertypes
- Self type
- Accept-Post.type
Attributes
- Companion:
- object
- Source:
- Accept-Post.scala
- Graph
- Supertypes
Attributes
- Companion:
- class
- Source:
- Accept-Ranges.scala
- Graph
- Supertypes
- Self type
- Accept-Ranges.type
Attributes
- Companion:
- object
- Source:
- Accept-Ranges.scala
- Graph
- Supertypes
Attributes
- Source:
- Access-Control-Allow-Credentials.scala
- Graph
- Supertypes
- trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
- Self type
Attributes
- Companion:
- class
- Source:
- Access-Control-Allow-Headers.scala
- Graph
- Supertypes
- Self type
Attributes
- Companion:
- object
- Source:
- Access-Control-Allow-Headers.scala
- Graph
- Supertypes
Attributes
- Companion:
- class
- Source:
- Access-Control-Allow-Methods.scala
- Graph
- Supertypes
- Self type
The Access-Control-Allow-Methods
header.
The Access-Control-Allow-Methods
header.
Attributes
- Companion:
- object
- Source:
- Access-Control-Allow-Methods.scala
- Graph
- Supertypes
Attributes
- Companion:
- class
- Source:
- Access-Control-Expose-Headers.scala
- Graph
- Supertypes
- Self type
Attributes
- Companion:
- object
- Source:
- Access-Control-Expose-Headers.scala
- Graph
- Supertypes
The Access-Control-Max-Age
header.
The Access-Control-Max-Age
header.
Attributes
- Companion:
- object
- Source:
- Access-Control-Max-Age.scala
- Graph
- Supertypes
- Known subtypes
Attributes
- Companion:
- trait
- Source:
- Access-Control-Max-Age.scala
- Graph
- Supertypes
- Self type
Attributes
- Companion:
- object
- Source:
- Access-Control-Request-Method.scala
- Graph
- Supertypes
Attributes
- Companion:
- class
- Source:
- Access-Control-Request-Method.scala
- Graph
- Supertypes
- Self type
Constructs an Age header.
Constructs an Age header.
The value of this field is a positive number of seconds (in decimal) with an estimate of the amount of time since the response
Attributes
Attributes
- Companion:
- class
- Source:
- Allow.scala
- Graph
- Supertypes
- Self type
- Allow.type
A Response header that lists the methods that are supported by the target resource. Must be attached to responses with status 405 Not Allowed, though in practice not all servers honor this.
A Response header that lists the methods that are supported by the target resource. Must be attached to responses with status 405 Not Allowed, though in practice not all servers honor this.
Attributes
- Companion:
- object
- Source:
- Allow.scala
- Graph
- Supertypes
Attributes
- Companion:
- class
- Source:
- Authorization.scala
- Graph
- Supertypes
- Self type
- Authorization.type
Attributes
- Companion:
- object
- Source:
- Authorization.scala
- Graph
- Supertypes
Attributes
- Companion:
- class
- Source:
- Cache-Control.scala
- Graph
- Supertypes
- Self type
- Cache-Control.type
Attributes
- Companion:
- object
- Source:
- Cache-Control.scala
- Graph
- Supertypes
Attributes
- Companion:
- class
- Source:
- Connection.scala
- Graph
- Supertypes
- Self type
- Connection.type
Attributes
- Companion:
- object
- Source:
- Connection.scala
- Graph
- Supertypes
Attributes
- Companion:
- class
- Source:
- Content-Disposition.scala
- Graph
- Supertypes
- Self type
- Content-Disposition.type
Attributes
- Companion:
- object
- Source:
- Content-Disposition.scala
- Graph
- Supertypes
Attributes
- Companion:
- class
- Source:
- Content-Encoding.scala
- Graph
- Supertypes
- Self type
- Content-Encoding.type
Attributes
- Companion:
- object
- Source:
- Content-Encoding.scala
- Graph
- Supertypes
Attributes
- Companion:
- class
- Source:
- Content-Language.scala
- Graph
- Supertypes
- Self type
- Content-Language.type
Attributes
- Companion:
- object
- Source:
- Content-Language.scala
- Graph
- Supertypes
Constructs a Content-Length
header.
Constructs a Content-Length
header.
The HTTP RFCs do not specify a maximum length. We have decided that Long.MaxValue
bytes ought to be good enough for anybody in order to avoid the irritations of BigInt
.
Attributes
- length
the length
- Companion:
- object
- Source:
- Content-Length.scala
- Graph
- Supertypes
Attributes
- Companion:
- class
- Source:
- Content-Length.scala
- Graph
- Supertypes
- Self type
- Content-Length.type
Attributes
- Companion:
- class
- Source:
- Content-Location.scala
- Graph
- Supertypes
- Self type
- Content-Location.type
The "Content-Location" header field references a URI that can be used
as an identifier for a specific resource corresponding to the
representation in this message's payload
Attributes
- Companion:
- object
- Source:
- Content-Location.scala
- Graph
- Supertypes
Attributes
- Companion:
- class
- Source:
- Content-Range.scala
- Graph
- Supertypes
- Self type
- Content-Range.type
Attributes
- Companion:
- object
- Source:
- Content-Range.scala
- Graph
- Supertypes
Attributes
- Companion:
- class
- Source:
- Content-Type.scala
- Graph
- Supertypes
- Self type
- Content-Type.type
The "Content-Type" header field indicates the media type of the
associated representation: either the representation enclosed in the
message payload or the selected representation, as determined by the
message semantics.
Attributes
- Companion:
- object
- Source:
- Content-Type.scala
- Graph
- Supertypes
Attributes
- Companion:
- class
- Source:
- Cookie.scala
- Graph
- Supertypes
- Self type
- Cookie.type
Attributes
- Companion:
- object
- Source:
- Cookie.scala
- Graph
- Supertypes
This response header conveys a desire that the browser blocks no-cors cross-origin/cross-site requests to the given resource
This response header conveys a desire that the browser blocks no-cors cross-origin/cross-site requests to the given resource
Attributes
- See also:
- Companion:
- object
- Source:
- Cross-Origin-Resource-Policy.scala
- Graph
- Supertypes
- Known subtypes
Attributes
- Companion:
- class
- Source:
- Cross-Origin-Resource-Policy.scala
- Graph
- Supertypes
- Self type
Attributes
Attributes
- Companion:
- class
- Source:
- Date.scala
- Graph
- Supertypes
- Self type
- Date.type
Attributes
- Companion:
- object
- Source:
- Date.scala
- Graph
- Supertypes
Attributes
- Companion:
- class
- Source:
- ETag.scala
- Graph
- Supertypes
- Self type
- ETag.type
Attributes
- Companion:
- object
- Source:
- ETag.scala
- Graph
- Supertypes
Attributes
- Companion:
- class
- Source:
- Expires.scala
- Graph
- Supertypes
- Self type
- Expires.type
A Response header that gives the date/time after which the response is considered stale.
A Response header that gives the date/time after which the response is considered stale.
The HTTP RFCs indicate that Expires should be in the range of now to 1 year in the future. However, it is a usual practice to set it to the past of far in the future Thus any instant is in practice allowed
Attributes
- expirationDate
the date of expiration. The RFC has a warning, that using large values can cause problems due to integer or clock overflows.
- Companion:
- object
- Source:
- Expires.scala
- Graph
- Supertypes
Attributes
- Companion:
- class
- Source:
- Forwarded.scala
- Graph
- Supertypes
- Self type
- Forwarded.type
Attributes
- Companion:
- object
- Source:
- Forwarded.scala
- Graph
- Supertypes
Attributes
- Companion:
- class
- Source:
- Host.scala
- Graph
- Supertypes
- Self type
- Host.type
A Request header, that provides the host and port information
A Request header, that provides the host and port information
The "Host" header field in a request provides the host and port
information from the target URI, enabling the origin server to
distinguish among resources while servicing requests for multiple
host names on a single IP address.
This header was mandatory in version 1.1 of the Http protocol.
Attributes
- Companion:
- object
- Source:
- Host.scala
- Graph
- Supertypes
Attributes
- Companion:
- class
- Source:
- Idempotency-Key.scala
- Graph
- Supertypes
- Self type
- Idempotency-Key.type
Request header defines request to be idempotent used by client retry middleware.
Request header defines request to be idempotent used by client retry middleware.
Attributes
- Companion:
- object
- Source:
- Idempotency-Key.scala
- Graph
- Supertypes
Attributes
- Companion:
- class
- Source:
- If-Match.scala
- Graph
- Supertypes
- Self type
- If-Match.type
Request header to make the request conditional on the current contents of the origin server at the given target resource (URI).
Request header to make the request conditional on the current contents of the origin server at the given target resource (URI).
Attributes
- Companion:
- object
- Source:
- If-Match.scala
- Graph
- Supertypes
Attributes
- Companion:
- class
- Source:
- If-Modified-Since.scala
- Graph
- Supertypes
- Self type
- If-Modified-Since.type
{{ The "If-Modified-Since" header field makes a GET or HEAD request method conditional on the selected representation's modification date being more recent than the date provided in the field-value. }}
{{ The "If-Modified-Since" header field makes a GET or HEAD request method conditional on the selected representation's modification date being more recent than the date provided in the field-value. }}
Attributes
- Companion:
- object
- Source:
- If-Modified-Since.scala
- Graph
- Supertypes
From RFC-7232
The "If-None-Match" header field makes the request method conditional
on a recipient cache or origin server either not having any current
representation of the target resource, when the field-value is "*",
or having a selected representation with an entity-tag that does not
match any of those listed in the field-value.
From RFC-7232
Attributes
- Companion:
- class
- Source:
- If-None-Match.scala
- Graph
- Supertypes
- Self type
- If-None-Match.type
Attributes
- Companion:
- object
- Source:
- If-None-Match.scala
- Graph
- Supertypes
Attributes
- Companion:
- object
- Source:
- If-Range.scala
- Graph
- Supertypes
- Known subtypes
- class ETagclass LastModified
Attributes
- Companion:
- class
- Source:
- If-Range.scala
- Graph
- Supertypes
- Self type
- If-Range.type
Attributes
- Companion:
- class
- Source:
- If-Unmodified-Since.scala
- Graph
- Supertypes
- Self type
- If-Unmodified-Since.type
Attributes
- Companion:
- object
- Source:
- If-Unmodified-Since.scala
- Graph
- Supertypes
Attributes
- Companion:
- class
- Source:
- Keep-Alive.scala
- Graph
- Supertypes
- Self type
- Keep-Alive.type
Attributes
- Companion:
- object
- Source:
- Keep-Alive.scala
- Graph
- Supertypes
Attributes
- Companion:
- object
- Source:
- Last-Event-Id.scala
- Graph
- Supertypes
Attributes
- Companion:
- class
- Source:
- Last-Event-Id.scala
- Graph
- Supertypes
- Self type
- Last-Event-Id.type
Attributes
- Companion:
- class
- Source:
- Last-Modified.scala
- Graph
- Supertypes
- Self type
- Last-Modified.type
Response header that indicates the time at which the server believes the entity was last modified.
Response header that indicates the time at which the server believes the entity was last modified.
Attributes
- Companion:
- object
- Source:
- Last-Modified.scala
- Graph
- Supertypes
Attributes
- Companion:
- class
- Source:
- Link.scala
- Graph
- Supertypes
- Self type
- Link.type
Attributes
- Companion:
- object
- Source:
- Link.scala
- Graph
- Supertypes
Attributes
- Source:
- LinkValue.scala
- Graph
- Supertypes
Attributes
- Companion:
- class
- Source:
- Location.scala
- Graph
- Supertypes
- Self type
- Location.type
Attributes
- Companion:
- object
- Source:
- Location.scala
- Graph
- Supertypes
Request header, used with the TRACE and OPTION request methods, that gives an upper bound on how many times the request can be forwarded by a proxy before it is rejected.
Request header, used with the TRACE and OPTION request methods, that gives an upper bound on how many times the request can be forwarded by a proxy before it is rejected.
Attributes
- Companion:
- object
- Source:
- Max-Forwards.scala
- Graph
- Supertypes
Attributes
- Companion:
- class
- Source:
- Max-Forwards.scala
- Graph
- Supertypes
- Self type
- Max-Forwards.type
Attributes
- Companion:
- object
- Source:
- Accept.scala
- Graph
- Supertypes
Attributes
- Companion:
- class
- Source:
- Accept.scala
- Graph
- Supertypes
- Self type
- MediaRangeAndQValue.type
Attributes
- Companion:
- object
- Source:
- Origin.scala
- Graph
- Supertypes
- Known subtypes
Attributes
- Companion:
- class
- Source:
- Origin.scala
- Graph
- Supertypes
- Self type
- Origin.type
Attributes
- Companion:
- class
- Source:
- Proxy-Authenticate.scala
- Graph
- Supertypes
- Self type
- Proxy-Authenticate.type
From RFC-7235
The "Proxy-Authenticate" header field consists of at least one
challenge that indicates the authentication scheme(s) and parameters
applicable to the proxy for this effective request URI...
From RFC-7235
Attributes
- Companion:
- object
- Source:
- Proxy-Authenticate.scala
- Graph
- Supertypes
From RFC-7235
The "Proxy-Authorization" header field allows the client to identify
itself (or its user) to a proxy that requires authentication.
From RFC-7235
Attributes
- Companion:
- class
- Source:
- Proxy-Authorization.scala
- Graph
- Supertypes
- Self type
- Proxy-Authorization.type
Attributes
- Companion:
- object
- Source:
- Proxy-Authorization.scala
- Graph
- Supertypes
Attributes
- Companion:
- class
- Source:
- Range.scala
- Graph
- Supertypes
- Self type
- Range.type
Attributes
- Companion:
- object
- Source:
- Range.scala
- Graph
- Supertypes
Attributes
- Companion:
- class
- Source:
- Referer.scala
- Graph
- Supertypes
- Self type
- Referer.type
Attributes
- Companion:
- object
- Source:
- Referer.scala
- Graph
- Supertypes
Attributes
- Companion:
- class
- Source:
- Retry-After.scala
- Graph
- Supertypes
- Self type
- Retry-After.type
Response header, used by the server to indicate to the user-agent how long it has to wait before it can try again with a follow-up request.
Response header, used by the server to indicate to the user-agent how long it has to wait before it can try again with a follow-up request.
Attributes
- retry
Indicates the retry time, either as a date of expiration or as a number of seconds from the current time until that expiration.
- Companion:
- object
- Source:
- Retry-After.scala
- Graph
- Supertypes
Attributes
- Companion:
- object
- Source:
- Sec-WebSocket-Accept.scala
- Graph
- Supertypes
Attributes
- Companion:
- class
- Source:
- Sec-WebSocket-Accept.scala
- Graph
- Supertypes
- Self type
- Sec-WebSocket-Accept.type
Attributes
- Companion:
- object
- Source:
- Sec-WebSocket-Key.scala
- Graph
- Supertypes
Attributes
- Companion:
- class
- Source:
- Sec-WebSocket-Key.scala
- Graph
- Supertypes
- Self type
- Sec-WebSocket-Key.type
Attributes
- Companion:
- class
- Source:
- Sec-WebSocket-Version.scala
- Graph
- Supertypes
- Self type
Attributes
- Companion:
- object
- Source:
- Sec-WebSocket-Version.scala
- Graph
- Supertypes
Attributes
- Companion:
- class
- Source:
- Server.scala
- Graph
- Supertypes
- Self type
- Server.type
Server header https://datatracker.ietf.org/doc/html/rfc7231#section-7.4.2
Attributes
- Companion:
- object
- Source:
- Server.scala
- Graph
- Supertypes
Attributes
- Companion:
- class
- Source:
- Set-Cookie.scala
- Graph
- Supertypes
- Self type
- Set-Cookie.type
Attributes
- Companion:
- object
- Source:
- Set-Cookie.scala
- Graph
- Supertypes
Attributes
- Companion:
- class
- Source:
- SourceMap.scala
- Graph
- Supertypes
- Self type
- SourceMap.type
A Response header that links generated code to a source map, enabling the browser to reconstruct the original source and present the reconstructed original in the debugger.
A Response header that links generated code to a source map, enabling the browser to reconstruct the original source and present the reconstructed original in the debugger.
https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/SourceMap
Attributes
- uri
A relative (to the request URL) or absolute URL pointing to a source map file.
- Companion:
- object
- Source:
- SourceMap.scala
- Graph
- Supertypes
Defined by https://datatracker.ietf.org/doc/html/rfc6797
Attributes
- Companion:
- class
- Source:
- Strict-Transport-Security.scala
- Graph
- Supertypes
- Self type
Attributes
- Companion:
- object
- Source:
- Strict-Transport-Security.scala
- Graph
- Supertypes
Attributes
- Companion:
- class
- Source:
- Trailer.scala
- Graph
- Supertypes
- Self type
- Trailer.type
Attributes
- See also:
- Companion:
- object
- Source:
- Trailer.scala
- Graph
- Supertypes
Attributes
- Companion:
- class
- Source:
- Transfer-Encoding.scala
- Graph
- Supertypes
- Self type
- Transfer-Encoding.type
Attributes
- Companion:
- object
- Source:
- Transfer-Encoding.scala
- Graph
- Supertypes
Attributes
- Companion:
- class
- Source:
- Upgrade.scala
- Graph
- Supertypes
- Self type
- Upgrade.type
Attributes
- Companion:
- object
- Source:
- Upgrade.scala
- Graph
- Supertypes
Attributes
- Companion:
- class
- Source:
- User-Agent.scala
- Graph
- Supertypes
- Self type
- User-Agent.type
User-Agent header RFC-7231 Section 5.5.3
User-Agent header RFC-7231 Section 5.5.3
Attributes
- Companion:
- object
- Source:
- User-Agent.scala
- Graph
- Supertypes
Attributes
- Companion:
- class
- Source:
- WWW-Authenticate.scala
- Graph
- Supertypes
- Self type
- WWW-Authenticate.type
Attributes
- Companion:
- object
- Source:
- WWW-Authenticate.scala
- Graph
- Supertypes
Attributes
- Companion:
- class
- Source:
- X-B3-Flags.scala
- Graph
- Supertypes
- Self type
- X-B3-Flags.type
Attributes
- Companion:
- object
- Source:
- X-B3-Flags.scala
- Graph
- Supertypes
Attributes
- Companion:
- class
- Source:
- X-B3-ParentSpanId.scala
- Graph
- Supertypes
- Self type
- X-B3-ParentSpanId.type
Attributes
- Companion:
- object
- Source:
- X-B3-ParentSpanId.scala
- Graph
- Supertypes
Attributes
- Companion:
- class
- Source:
- X-B3-Sampled.scala
- Graph
- Supertypes
- Self type
- X-B3-Sampled.type
Attributes
- Companion:
- object
- Source:
- X-B3-Sampled.scala
- Graph
- Supertypes
Attributes
- Companion:
- class
- Source:
- X-B3-SpanId.scala
- Graph
- Supertypes
- Self type
- X-B3-SpanId.type
Attributes
- Companion:
- object
- Source:
- X-B3-SpanId.scala
- Graph
- Supertypes
Attributes
- Companion:
- class
- Source:
- X-B3-TraceId.scala
- Graph
- Supertypes
- Self type
- X-B3-TraceId.type
Attributes
- Companion:
- object
- Source:
- X-B3-TraceId.scala
- Graph
- Supertypes
Attributes
- Companion:
- class
- Source:
- X-Forwarded-For.scala
- Graph
- Supertypes
- Self type
- X-Forwarded-For.type
Attributes
- Companion:
- object
- Source:
- X-Forwarded-For.scala
- Graph
- Supertypes
Attributes
- Companion:
- object
- Source:
- X-Forwarded-Proto.scala
- Graph
- Supertypes
Attributes
- Companion:
- class
- Source:
- X-Forwarded-Proto.scala
- Graph
- Supertypes
- Self type
- X-Forwarded-Proto.type
Types
Attributes
- Source:
- package.scala
Deprecated types
Attributes
- Deprecated
- true
- Source:
- package.scala
Attributes
- Deprecated
- true
- Source:
- package.scala
Attributes
- Deprecated
- true
- Source:
- package.scala