AllSyntax

trait AllSyntax extends AnyRef with KleisliSyntax with StringSyntax with LiteralsSyntax with HeaderSyntax
class Object
trait Matchable
class Any
trait Http4s
object Http4s
object implicits
object all

Extensions

Inherited extensions

extension (ctx: StringContext)
inline def mediaType(args: Any*): MediaType
Inherited from
LiteralsSyntax
inline def path(args: Any*): Path
Inherited from
LiteralsSyntax
inline def qValue(args: Any*): QValue
Inherited from
LiteralsSyntax
inline def scheme(args: Any*): Scheme
Inherited from
LiteralsSyntax
inline def uri(args: Any*): Uri
Inherited from
LiteralsSyntax

Implicits

Inherited implicits

implicit def http4sHeaderSyntax[A](a: A)(implicit header: Header[A, _]): HeaderOps[A]
Inherited from
HeaderSyntax
implicit def http4sKleisliResponseSyntaxOptionT[F[_], A](kleisli: Kleisli[[_] =>> OptionT[F, _$2], A, Response[F]])(implicit evidence$3: Functor[F]): KleisliResponseOps[F, A]
Inherited from
KleisliSyntax
implicit def http4sSelectSyntaxMultiple[A, H[_]](a: H[A])(implicit select: Aux[A, H]): SelectOpsMultiple[A, H]
Inherited from
HeaderSyntax
implicit def http4sSelectSyntaxOne[A](a: A)(implicit select: Select[A]): SelectOpsOne[A]
Inherited from
HeaderSyntax

Deprecated and Inherited implicits

@deprecated("Use CIString.apply instead", "1.0.0-M1")
implicit def http4sStringSyntax(s: String): StringOps
Deprecated
Inherited from
StringSyntax