HeaderSyntax

org.http4s.syntax.HeaderSyntax

Attributes

Source:
HeaderSyntax.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait AllSyntax
object implicits.type
object all.type
object header.type

Members list

Concise view

Implicits

Implicits

implicit def http4sHeaderSyntax[A](a: A)(implicit header: Header[A, _]): HeaderOps[A]

Attributes

Source:
HeaderSyntax.scala
implicit def http4sSelectSyntaxMultiple[A, H[_]](a: H[A])(implicit select: Aux[A, H]): SelectOpsMultiple[A, H]

Attributes

Source:
HeaderSyntax.scala
implicit def http4sSelectSyntaxOne[A](a: A)(implicit select: Select[A]): SelectOpsOne[A]

Attributes

Source:
HeaderSyntax.scala