org.http4s.headers

Members list

Type members

Classlikes

object Accept

Attributes

Companion
class
Source
Accept.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Accept.type

Attributes

Companion
object
Source
Accept.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Source
Accept-Charset.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

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
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Source
Accept-Encoding.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Attributes

Companion
object
Source
Accept-Encoding.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Source
Accept-Language.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self 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.

RFC-7231 Section 5.3.5

Attributes

Companion
object
Source
Accept-Language.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Accept-Patch

Attributes

Companion
class
Source
Accept-Patch.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Attributes

Companion
object
Source
Accept-Patch.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Accept-Post

Attributes

Companion
class
Source
Accept-Post.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class Accept-Post(values: List[MediaType])

Attributes

Companion
object
Source
Accept-Post.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Accept-Ranges

Attributes

Companion
class
Source
Accept-Ranges.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class Accept-Ranges(rangeUnits: List[RangeUnit])

Attributes

Companion
object
Source
Accept-Ranges.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Source
Access-Control-Allow-Credentials.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Attributes

Companion
object
Source
Access-Control-Allow-Credentials.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Source
Access-Control-Allow-Headers.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Attributes

Companion
object
Source
Access-Control-Allow-Headers.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Source
Access-Control-Allow-Methods.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

The Access-Control-Allow-Methods header.

The Access-Control-Allow-Methods header.

Attributes

Companion
object
Source
Access-Control-Allow-Methods.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Source
Access-Control-Expose-Headers.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Attributes

Companion
object
Source
Access-Control-Expose-Headers.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

The Access-Control-Max-Age header.

The Access-Control-Max-Age header.

Attributes

Companion
object
Source
Access-Control-Max-Age.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Cache
object NoCaching

Attributes

Companion
trait
Source
Access-Control-Max-Age.scala
Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Companion
object
Source
Access-Control-Request-Method.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Source
Access-Control-Request-Method.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
object Age

Attributes

Companion
class
Source
Age.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Age.type
final case class Age

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

Value parameters

age

age of the response

Attributes

Companion
object
Source
Age.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Allow

Attributes

Companion
class
Source
Allow.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Allow.type
final case class Allow(methods: Set[Method])

A Response header that lists the methods that are supported by the target resource.

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.

RFC-7231 Section 7.4.1 Allow

Attributes

Companion
object
Source
Allow.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Authorization

Attributes

Companion
class
Source
Authorization.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Attributes

Companion
object
Source
Authorization.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Cache-Control

Attributes

Companion
class
Source
Cache-Control.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Attributes

Companion
object
Source
Cache-Control.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Connection

Attributes

Companion
class
Source
Connection.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Connection.type
final case class Connection(values: NonEmptyList[CIString])

Attributes

Companion
object
Source
Connection.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Source
Content-Disposition.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Attributes

Companion
object
Source
Content-Disposition.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Source
Content-Encoding.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Attributes

Companion
object
Source
Content-Encoding.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Source
Content-Language.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Attributes

Companion
object
Source
Content-Language.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class Content-Length(length: Long)

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.

Value parameters

length

the length

Attributes

Companion
object
Source
Content-Length.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Source
Content-Length.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Attributes

Companion
class
Source
Content-Location.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class Content-Location(uri: Uri)

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

RFC-7231 Section 3.1.4.2

Attributes

Companion
object
Source
Content-Location.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Content-Range

Attributes

Companion
class
Source
Content-Range.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Attributes

Companion
object
Source
Content-Range.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
sealed abstract class Content-Transfer-Encoding(val value: CIString) extends Product, Serializable

This header specifies the way content is mime encoded.

This header specifies the way content is mime encoded.

Attributes

See also
Companion
object
Source
Content-Transfer-Encoding.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
object 7bit
object 8bit
object Base64
object Binary
object IetfToken
object XToken
Show all

Attributes

Companion
class
Source
Content-Transfer-Encoding.scala
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
object Content-Type

Attributes

Companion
class
Source
Content-Type.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class Content-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.

RFC-7231

Attributes

Companion
object
Source
Content-Type.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Cookie

Attributes

Companion
class
Source
Cookie.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Cookie.type
final case class Cookie(values: NonEmptyList[RequestCookie])

Attributes

Companion
object
Source
Cookie.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
sealed abstract class Cross-Origin-Resource-Policy(val value: String) extends Product, Serializable

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
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
object CrossOrigin
object SameOrigin
object SameSite

Attributes

Companion
class
Source
Cross-Origin-Resource-Policy.scala
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
sealed abstract class DNT(val value: String) extends Product, Serializable

Attributes

Companion
object
Source
DNT.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
object DNT

Attributes

Companion
class
Source
DNT.scala
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
DNT.type
object Date

Attributes

Companion
class
Source
Date.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Date.type
final case class Date(date: HttpDate)

Attributes

Companion
object
Source
Date.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Deprecation

Deprecation Header

Deprecation Header

https://greenbytes.de/tech/webdav/draft-ietf-httpapi-deprecation-header-latest.html#the-deprecation-http-response-header-field

Attributes

Companion
class
Source
Deprecation.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class Deprecation(date: HttpDate)

Attributes

Companion
object
Source
Deprecation.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object ETag

Attributes

Companion
class
Source
ETag.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
ETag.type
final case class ETag(tag: EntityTag)

Attributes

Companion
object
Source
ETag.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Expires

Attributes

Companion
class
Source
Expires.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Expires.type
final case class Expires(expirationDate: HttpDate)

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

RFC-7234 Section 5.3

Value parameters

expirationDate

the date of expiration. The RFC has a warning, that using large values can cause problems due to integer or clock overflows.

Attributes

Companion
object
Source
Expires.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Forwarded

Attributes

Companion
class
Source
Forwarded.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Forwarded.type
final case class Forwarded(values: NonEmptyList[Element])

Attributes

Companion
object
Source
Forwarded.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Host

Attributes

Companion
class
Source
Host.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Host.type
final case class Host(host: String, port: Option[Int])

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.

RFC-7230 Section 5.4

Attributes

Companion
object
Source
Host.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Source
Idempotency-Key.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class Idempotency-Key(key: String)

Request header defines request to be idempotent used by client retry middleware.

Request header defines request to be idempotent used by client retry middleware.

idempotency-header

Attributes

Companion
object
Source
Idempotency-Key.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object If-Match

Attributes

Companion
class
Source
If-Match.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
If-Match.type
final case class If-Match(tags: Option[NonEmptyList[EntityTag]])

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).

RFC-7232 Section 3.1

Attributes

Companion
object
Source
If-Match.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Source
If-Modified-Since.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class If-Modified-Since(date: HttpDate)

{{ 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. }}

RFC-7232

Attributes

Companion
object
Source
If-Modified-Since.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object If-None-Match

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
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Attributes

Companion
object
Source
If-None-Match.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
sealed abstract class If-Range extends Product, Serializable

Attributes

Companion
object
Source
If-Range.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
class ETag
class LastModified
object If-Range

Attributes

Companion
class
Source
If-Range.scala
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
If-Range.type

Attributes

Companion
class
Source
If-Unmodified-Since.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class If-Unmodified-Since(date: HttpDate)

Attributes

Companion
object
Source
If-Unmodified-Since.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Keep-Alive

Attributes

Companion
class
Source
Keep-Alive.scala
Supertypes
class Object
trait Matchable
class Any
Self type
Keep-Alive.type
sealed abstract case class Keep-Alive

Attributes

Companion
object
Source
Keep-Alive.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class Last-Event-Id(id: EventId)

Attributes

Companion
object
Source
Last-Event-Id.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Last-Event-Id

Attributes

Companion
class
Source
Last-Event-Id.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
object Last-Modified

Attributes

Companion
class
Source
Last-Modified.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class Last-Modified(date: HttpDate)

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.

RFC-7232

Attributes

Companion
object
Source
Last-Modified.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Link

Attributes

Companion
class
Source
Link.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Link.type
final case class Link(values: NonEmptyList[LinkValue])

Attributes

Companion
object
Source
Link.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Source
LinkValue.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait Renderable
class Object
trait Matchable
class Any
Show all
object Location

Attributes

Companion
class
Source
Location.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Location.type
final case class Location(uri: Uri)

Attributes

Companion
object
Source
Location.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
sealed abstract case class Max-Forwards(count: Long)

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.

RFC-7231

Attributes

Companion
object
Source
Max-Forwards.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Max-Forwards

Attributes

Companion
class
Source
Max-Forwards.scala
Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Companion
object
Source
Accept.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait Renderable
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Source
Accept.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
sealed abstract class Origin

Attributes

Companion
object
Source
Origin.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class HostList
object Null
object Origin

Attributes

Companion
class
Source
Origin.scala
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Origin.type

Attributes

Companion
class
Source
Proxy-Authenticate.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

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
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

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
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Attributes

Companion
object
Source
Proxy-Authorization.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Range

Attributes

Companion
class
Source
Range.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Range.type

Attributes

Companion
object
Source
Range.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Referer

Attributes

Companion
class
Source
Referer.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Referer.type
final case class Referer(uri: Uri)

Attributes

Companion
object
Source
Referer.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Retry-After

Attributes

Companion
class
Source
Retry-After.scala
Supertypes
class Object
trait Matchable
class Any
Self type
sealed abstract case class Retry-After(retry: Either[HttpDate, Long])

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.

RFC-7231 Section 7.1.3

Value parameters

retry

Indicates the retry time, either as a date of expiration or as a number of seconds from the current time until that expiration.

Attributes

Companion
object
Source
Retry-After.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
object
Source
Sec-WebSocket-Accept.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Source
Sec-WebSocket-Accept.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Attributes

Companion
object
Source
Sec-WebSocket-Key.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Source
Sec-WebSocket-Key.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Attributes

Companion
class
Source
Sec-WebSocket-Version.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class Sec-WebSocket-Version

Attributes

Companion
object
Source
Sec-WebSocket-Version.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Server

Attributes

Companion
class
Source
Server.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Server.type

Server header https://datatracker.ietf.org/doc/html/rfc7231#section-7.4.2

Server header https://datatracker.ietf.org/doc/html/rfc7231#section-7.4.2

Attributes

Companion
object
Source
Server.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Set-Cookie

Attributes

Companion
class
Source
Set-Cookie.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Set-Cookie.type
final case class Set-Cookie(cookie: ResponseCookie)

Attributes

Companion
object
Source
Set-Cookie.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object SourceMap

Attributes

Companion
class
Source
SourceMap.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
SourceMap.type
final case class SourceMap(uri: Uri)

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

Value parameters

uri

A relative (to the request URL) or absolute URL pointing to a source map file.

Attributes

Companion
object
Source
SourceMap.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Defined by https://datatracker.ietf.org/doc/html/rfc6797

Defined by https://datatracker.ietf.org/doc/html/rfc6797

Attributes

Companion
class
Source
Strict-Transport-Security.scala
Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Companion
object
Source
Strict-Transport-Security.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Sunset

Sunset Header - RFC 8594

Sunset Header - RFC 8594

https://www.rfc-editor.org/rfc/rfc8594

Attributes

Companion
class
Source
Sunset.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Sunset.type
final case class Sunset(date: HttpDate)

Attributes

Companion
object
Source
Sunset.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Trailer

Attributes

Companion
class
Source
Trailer.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Trailer.type
final case class Trailer(headers: NonEmptyList[CIString])

Attributes

See also
Companion
object
Source
Trailer.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Source
Transfer-Encoding.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Attributes

Companion
object
Source
Transfer-Encoding.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Upgrade

Attributes

Companion
class
Source
Upgrade.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Upgrade.type
final case class Upgrade(values: NonEmptyList[Protocol])

Attributes

Companion
object
Source
Upgrade.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
sealed abstract class Upgrade-Insecure-Requests

Attributes

Companion
object
Source
Upgrade-Insecure-Requests.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Attributes

Companion
class
Source
Upgrade-Insecure-Requests.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
object User-Agent

Attributes

Companion
class
Source
User-Agent.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
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
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Source
WWW-Authenticate.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Attributes

Companion
object
Source
WWW-Authenticate.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object X-B3-Flags

Attributes

Companion
class
Source
X-B3-Flags.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
X-B3-Flags.type
final case class X-B3-Flags(flags: Set[Flag])

Attributes

Companion
object
Source
X-B3-Flags.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Source
X-B3-ParentSpanId.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class X-B3-ParentSpanId(id: Long)

Attributes

Companion
object
Source
X-B3-ParentSpanId.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object X-B3-Sampled

Attributes

Companion
class
Source
X-B3-Sampled.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class X-B3-Sampled(sampled: Boolean)

Attributes

Companion
object
Source
X-B3-Sampled.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object X-B3-SpanId

Attributes

Companion
class
Source
X-B3-SpanId.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class X-B3-SpanId(id: Long)

Attributes

Companion
object
Source
X-B3-SpanId.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object X-B3-TraceId

Attributes

Companion
class
Source
X-B3-TraceId.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Attributes

Companion
object
Source
X-B3-TraceId.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
sealed trait X-Content-Type-Options

Attributes

Companion
object
Source
X-Content-Type-Options.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object nosniff

Attributes

Companion
trait
Source
X-Content-Type-Options.scala
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type

Attributes

Companion
class
Source
X-Forwarded-For.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Attributes

Companion
object
Source
X-Forwarded-For.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class X-Forwarded-Proto(scheme: Scheme) extends AnyVal

Attributes

Companion
object
Source
X-Forwarded-Proto.scala
Supertypes
trait Serializable
trait Product
trait Equals
class AnyVal
trait Matchable
class Any
Show all

Attributes

Companion
class
Source
X-Forwarded-Proto.scala
Supertypes
class Object
trait Matchable
class Any
Self type

Deprecated types

Attributes

Deprecated
true
Source
package.scala

Attributes

Deprecated
true
Source
package.scala

Attributes

Deprecated
true
Source
package.scala