Origin

org.http4s.headers.Origin$
See theOrigin companion class
object Origin

Attributes

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

Members list

Type members

Classlikes

final case class Host(scheme: Scheme, host: Host, port: Option[Int]) extends Renderable

Attributes

Source
Origin.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait Renderable
class Object
trait Matchable
class Any
Show all
final case class HostList(hosts: NonEmptyList[Host]) extends Origin

Attributes

Source
Origin.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Origin
class Object
trait Matchable
class Any
Show all
case object Null extends Origin

Attributes

Source
Origin.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Origin
class Object
trait Matchable
class Any
Show all
Self type
Null.type

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source
Mirror.scala

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source
Mirror.scala

Value members

Concrete methods

Attributes

Source
Origin.scala