HeaderSyntax

class Object
trait Matchable
class Any
trait AllSyntax
object implicits.type
object all.type
object header.type

Implicits

Implicits

implicit def http4sHeaderSyntax[A](a: A)(implicit header: Header[A, _]): HeaderOps[A]
implicit def http4sSelectSyntaxMultiple[A, H[_]](a: H[A])(implicit select: Aux[A, H]): SelectOpsMultiple[A, H]
implicit def http4sSelectSyntaxOne[A](a: A)(implicit select: Select[A]): SelectOpsOne[A]