object Http4s extends Http4s
- Annotations
- @deprecated
- Deprecated
(Since version 0.20.0-M2) Use org.http4s.implicits._ instead
- Source
- Http4s.scala
- Alphabetic
- By Inheritance
- Http4s
- Http4s
- AllSyntax
- LiteralsSyntax
- StringSyntax
- NonEmptyListSyntax
- KleisliSyntax
- AsyncSyntax
- Http4sFunctions
- Http4sInstances
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
-
implicit
def
http4sKleisliResponseSyntax[F[_], A](service: Kleisli[[β$0$]OptionT[F, β$0$], A, Response[F]])(implicit arg0: Functor[F]): KleisliResponseOps[F, A]
- Definition Classes
- KleisliSyntax
-
implicit
def
http4sLiteralsSyntax(sc: StringContext): LiteralsOps
- Definition Classes
- LiteralsSyntax
-
implicit
def
http4sStringSyntax(s: String): StringOps
- Definition Classes
- StringSyntax
Deprecated Value Members
-
implicit
def
asyncSyntax[F[_], A](async: Async[F]): AsyncOps[F, A]
- Definition Classes
- AsyncSyntax
- Annotations
- @deprecated
- Deprecated
(Since version 0.19.1) Has nothing to do with HTTP
-
implicit
def
http4sNonEmptyListSyntax[A](l: NonEmptyList[A]): NonEmptyListOps[A]
- Definition Classes
- NonEmptyListSyntax
- Annotations
- @deprecated
- Deprecated
(Since version 0.18.5) Use cats.foldable._