ToRaw

org.http4s.Header$.ToRaw$
See theToRaw companion trait
object ToRaw

Attributes

Companion:
trait
Source:
Header.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
ToRaw.type

Members list

Concise view

Type members

Classlikes

trait Primitive

Attributes

Source:
Header.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Implicits

Implicits

implicit def foldablesToRaw[F[_] : Foldable, H](h: F[H])(implicit evidence$3: Foldable[F], convert: H => ToRaw & Primitive): ToRaw

Attributes

Source:
Header.scala
implicit def headersToRaw(h: Headers): ToRaw

Attributes

Source:
Header.scala
implicit def identityToRaw(h: ToRaw): ToRaw & Primitive

Attributes

Source:
Header.scala
implicit def keyValuesToRaw(kv: (String, String)): ToRaw & Primitive

Attributes

Source:
Header.scala
implicit def modelledHeadersToRaw[H](h: H)(implicit H: Header[H, _]): ToRaw & Primitive

Attributes

Source:
Header.scala
implicit def rawToRaw(h: Raw): ToRaw & Primitive

Attributes

Source:
Header.scala
implicit def scalaCollectionSeqToRaw[H](h: Seq[H])(implicit convert: H => ToRaw & Primitive): ToRaw

Attributes

Source:
Header.scala