HeaderSyntax

class Object
trait Matchable
class Any
trait AllSyntax
trait Http4s
object Http4s
object implicits
object all
object header

Implicits

Implicits

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