org.http4s.headers

Members list

Concise view

Type members

Classlikes

object Accept

Attributes

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

Attributes

Companion:
object
Source:
Accept.scala
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any

Attributes

Companion:
class
Source:
Accept-Charset.scala
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class Accept-Charset(values: NonEmptyList[CharsetRange])

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
trait Product
trait Equals
class Object
trait Matchable
class Any

Attributes

Companion:
class
Source:
Accept-Encoding.scala
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class Accept-Encoding(values: NonEmptyList[ContentCoding])

Attributes

Companion:
object
Source:
Accept-Encoding.scala
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any

Attributes

Companion:
class
Source:
Accept-Language.scala
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class Accept-Language(values: NonEmptyList[LanguageTag])

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

Attributes

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

Attributes

Companion:
object
Source:
Accept-Patch.scala
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any

Attributes

Companion:
class
Source:
Accept-Post.scala
Graph
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
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any

Attributes

Companion:
class
Source:
Accept-Ranges.scala
Graph
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
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any

Attributes

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

Attributes

Companion:
object
Source:
Access-Control-Allow-Credentials.scala
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any

Attributes

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

Attributes

Companion:
object
Source:
Access-Control-Allow-Headers.scala
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any

Attributes

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

The Access-Control-Allow-Methods header.

The Access-Control-Allow-Methods header.

Attributes

Companion:
object
Source:
Access-Control-Allow-Methods.scala
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any

Attributes

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

Attributes

Companion:
object
Source:
Access-Control-Expose-Headers.scala
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any

The Access-Control-Max-Age header.

The Access-Control-Max-Age header.

Attributes

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

Attributes

Companion:
trait
Source:
Access-Control-Max-Age.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
final case class Access-Control-Request-Method(method: Method)

Attributes

Companion:
object
Source:
Access-Control-Request-Method.scala
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any

Attributes

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

Attributes

Companion:
class
Source:
Age.scala
Graph
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

Attributes

age

age of the response

Companion:
object
Source:
Age.scala
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any
object Allow

Attributes

Companion:
class
Source:
Allow.scala
Graph
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. 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.

RFC-7231 Section 7.4.1 Allow

Attributes

Companion:
object
Source:
Allow.scala
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any

Attributes

Companion:
class
Source:
Authorization.scala
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class Authorization(credentials: Credentials)

Attributes

Companion:
object
Source:
Authorization.scala
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any

Attributes

Companion:
class
Source:
Cache-Control.scala
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class Cache-Control(values: NonEmptyList[CacheDirective])

Attributes

Companion:
object
Source:
Cache-Control.scala
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any
object Connection

Attributes

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

Attributes

Companion:
object
Source:
Connection.scala
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any

Attributes

Companion:
class
Source:
Content-Disposition.scala
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class Content-Disposition(dispositionType: String, parameters: Map[CIString, String])

Attributes

Companion:
object
Source:
Content-Disposition.scala
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any

Attributes

Companion:
class
Source:
Content-Encoding.scala
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class Content-Encoding(contentCoding: ContentCoding)

Attributes

Companion:
object
Source:
Content-Encoding.scala
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any

Attributes

Companion:
class
Source:
Content-Language.scala
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class Content-Language(values: NonEmptyList[LanguageTag])

Attributes

Companion:
object
Source:
Content-Language.scala
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any
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.

Attributes

length

the length

Companion:
object
Source:
Content-Length.scala
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any

Attributes

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

Attributes

Companion:
class
Source:
Content-Location.scala
Graph
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
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any

Attributes

Companion:
class
Source:
Content-Range.scala
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class Content-Range(unit: RangeUnit, range: SubRange, length: Option[Long])

Attributes

Companion:
object
Source:
Content-Range.scala
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any

Attributes

Companion:
class
Source:
Content-Type.scala
Graph
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
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any
object Cookie

Attributes

Companion:
class
Source:
Cookie.scala
Graph
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
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any
sealed abstract class Cross-Origin-Resource-Policy(val value: String) extends Product with 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
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any
Known subtypes
object CrossOrigin.type
object SameOrigin.type
object SameSite.type

Attributes

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

Attributes

Companion:
object
Source:
DNT.scala
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any
Known subtypes
object AllowTracking.type
object DisallowTracking.type
object NoPreference.type
object DNT

Attributes

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

Attributes

Companion:
class
Source:
Date.scala
Graph
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
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any
object ETag

Attributes

Companion:
class
Source:
ETag.scala
Graph
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
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any
object Expires

Attributes

Companion:
class
Source:
Expires.scala
Graph
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

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
trait Product
trait Equals
class Object
trait Matchable
class Any
object Forwarded

Attributes

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

Attributes

Companion:
object
Source:
Forwarded.scala
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any
object Host

Attributes

Companion:
class
Source:
Host.scala
Graph
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
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any

Attributes

Companion:
class
Source:
Idempotency-Key.scala
Graph
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
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any
object If-Match

Attributes

Companion:
class
Source:
If-Match.scala
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self 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
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any

Attributes

Companion:
class
Source:
If-Modified-Since.scala
Graph
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
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any

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
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class If-None-Match(tags: Option[NonEmptyList[EntityTag]])

Attributes

Companion:
object
Source:
If-None-Match.scala
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any
sealed abstract class If-Range extends Product with Serializable

Attributes

Companion:
object
Source:
If-Range.scala
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any
Known subtypes
class ETag
object If-Range

Attributes

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

Attributes

Companion:
class
Source:
If-Unmodified-Since.scala
Graph
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
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any
object Keep-Alive

Attributes

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

Attributes

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

Attributes

Companion:
object
Source:
Last-Event-Id.scala
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any

Attributes

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

Attributes

Companion:
class
Source:
Last-Modified.scala
Graph
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
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any
object Link

Attributes

Companion:
class
Source:
Link.scala
Graph
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
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any
final case class LinkValue(uri: Uri, rel: Option[String], rev: Option[String], title: Option[String], `type`: Option[MediaRange]) extends Renderable

Attributes

Source:
LinkValue.scala
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any
object Location

Attributes

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

Attributes

Companion:
object
Source:
Location.scala
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any
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
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any

Attributes

Companion:
class
Source:
Max-Forwards.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
final case class MediaRangeAndQValue(mediaRange: MediaRange, qValue: QValue) extends Renderable

Attributes

Companion:
object
Source:
Accept.scala
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any

Attributes

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

Attributes

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

Attributes

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

Attributes

Companion:
class
Source:
Proxy-Authenticate.scala
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class Proxy-Authenticate(values: NonEmptyList[Challenge])

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
trait Product
trait Equals
class Object
trait Matchable
class Any

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
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class Proxy-Authorization(credentials: Credentials)

Attributes

Companion:
object
Source:
Proxy-Authorization.scala
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any
object Range

Attributes

Companion:
class
Source:
Range.scala
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Range.type
final case class Range(unit: RangeUnit, ranges: NonEmptyList[SubRange])

Attributes

Companion:
object
Source:
Range.scala
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any
object Referer

Attributes

Companion:
class
Source:
Referer.scala
Graph
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
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any

Attributes

Companion:
class
Source:
Retry-After.scala
Graph
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

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
trait Product
trait Equals
class Object
trait Matchable
class Any
final class Sec-WebSocket-Accept(hashBytes: ByteVector)

Attributes

Companion:
object
Source:
Sec-WebSocket-Accept.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Attributes

Companion:
class
Source:
Sec-WebSocket-Accept.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
final class Sec-WebSocket-Key(hashBytes: ByteVector)

Attributes

Companion:
object
Source:
Sec-WebSocket-Key.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Attributes

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

Attributes

Companion:
class
Source:
Sec-WebSocket-Version.scala
Graph
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
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any
object Server

Attributes

Companion:
class
Source:
Server.scala
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Server.type
final case class Server(product: ProductId, rest: List[ProductIdOrComment])

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

Attributes

Companion:
object
Source:
Server.scala
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any
object Set-Cookie

Attributes

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

Attributes

Companion:
object
Source:
Set-Cookie.scala
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any
object SourceMap

Attributes

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

Attributes

uri

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

Companion:
object
Source:
SourceMap.scala
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any

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

Attributes

Companion:
class
Source:
Strict-Transport-Security.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
sealed abstract case class Strict-Transport-Security(maxAge: Long, includeSubDomains: Boolean, preload: Boolean)

Attributes

Companion:
object
Source:
Strict-Transport-Security.scala
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any
object Trailer

Attributes

Companion:
class
Source:
Trailer.scala
Graph
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
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any

Attributes

Companion:
class
Source:
Transfer-Encoding.scala
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class Transfer-Encoding(values: NonEmptyList[TransferCoding])

Attributes

Companion:
object
Source:
Transfer-Encoding.scala
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any
object Upgrade

Attributes

Companion:
class
Source:
Upgrade.scala
Graph
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
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any
object User-Agent

Attributes

Companion:
class
Source:
User-Agent.scala
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class User-Agent(product: ProductId, rest: List[ProductIdOrComment])

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
trait Product
trait Equals
class Object
trait Matchable
class Any

Attributes

Companion:
class
Source:
WWW-Authenticate.scala
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class WWW-Authenticate(values: NonEmptyList[Challenge])

Attributes

Companion:
object
Source:
WWW-Authenticate.scala
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any
object X-B3-Flags

Attributes

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

Attributes

Companion:
object
Source:
X-B3-Flags.scala
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any

Attributes

Companion:
class
Source:
X-B3-ParentSpanId.scala
Graph
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
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any

Attributes

Companion:
class
Source:
X-B3-Sampled.scala
Graph
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
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any

Attributes

Companion:
class
Source:
X-B3-SpanId.scala
Graph
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
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any

Attributes

Companion:
class
Source:
X-B3-TraceId.scala
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class X-B3-TraceId(idMostSigBits: Long, idLeastSigBits: Option[Long])

Attributes

Companion:
object
Source:
X-B3-TraceId.scala
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any

Attributes

Companion:
class
Source:
X-Forwarded-For.scala
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class X-Forwarded-For(values: NonEmptyList[Option[IpAddress]])

Attributes

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

Attributes

Companion:
object
Source:
X-Forwarded-Proto.scala
Graph
Supertypes
trait Product
trait Equals
class AnyVal
trait Matchable
class Any

Attributes

Companion:
class
Source:
X-Forwarded-Proto.scala
Graph
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