org.http4s.headers.Origin$
See theOrigin companion class
object Origin
Attributes
- Companion
- class
- Source
- Origin.scala
- Graph
-
- Supertypes
- Self type
-
Origin.type
Members list
Type members
Classlikes
Attributes
- Source
- Origin.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Renderableclass Objecttrait Matchableclass AnyShow all
final case class HostList(hosts: NonEmptyList[Host]) extends Origin
Attributes
- Source
- Origin.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Originclass Objecttrait Matchableclass AnyShow all
Attributes
- Source
- Origin.scala
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalsclass Originclass Objecttrait Matchableclass AnyShow all
- Self type
-
Null.type
Inherited types
The names of the product elements
The name of the type
Value members
Concrete methods
Attributes
- Source
- Origin.scala
Implicits
Implicits
implicit val { finalclass$anon()extendsRenderable{ defrender(writer:Writer):writer.type=vmatch{ caseHostList(hosts)=> writer.<<[Host](hosts.head)(renderableInst[Host]) hosts.tail.foreach[Writer](((host:Host)=>{ writer.<<("") writer.<<[Host](host)(renderableInst[Host]) })) writer caseNull=> writer.<<("null") } } (new$anon():Object&Renderable) }),((s:String)=>parse(s)))(renderableInst[Object&Renderable])" t="n"class="documentableName ">headerInstance: Header[Origin, Single]
Attributes
- Source
- Origin.scala
In this article