Http4s

@deprecated("Use org.http4s.implicits._ instead", "0.20.0-M2") object Http4s extends Http4s
Companion
class
Deprecated
trait Http4s
trait AllSyntax
class Object
trait Matchable
class Any

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)(header: Header[A, _]): HeaderOps[A]
Inherited from
HeaderSyntax
implicit def http4sKleisliAuthedRoutesSyntax[F[_], A](authedRoutes: AuthedRoutes[A, F]): KleisliAuthedRoutesOps[F, A]
Inherited from
KleisliSyntax
implicit def http4sKleisliHttpAppSyntax[F[_]](app: HttpApp[F])(`evidence$4`: Functor[F]): KleisliHttpAppOps[F]
Inherited from
KleisliSyntax
Inherited from
KleisliSyntax
implicit def http4sKleisliResponseSyntaxOptionT[F[_], A](kleisli: Kleisli[[_] =>> OptionT[F, _$2], A, Response[F]])(`evidence$3`: Functor[F]): KleisliResponseOps[F, A]
Inherited from
KleisliSyntax
implicit def http4sSelectSyntax[A](a: A)(select: Select[A]): SelectOps[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