package
http4s
Type Members
-
type
AuthScheme = CaseInsensitiveString
-
type
AuthedRoutes[T, F[_]] = Kleisli[[β$1$]OptionT[F, β$1$], AuthedRequest[F, T], Response[F]]
-
type
Callback[A] = (Either[Throwable, A]) ⇒ Unit
-
type
DecodeResult[F[_], A] = EitherT[F, DecodeFailure, A]
-
type
EntityBody[+F[_]] = Stream[F, Byte]
-
type
EventStream[F[_]] = Stream[F, ServerSentEvent]
-
type
Http[F[_], G[_]] = Kleisli[F, Request[G], Response[G]]
-
type
HttpApp[F[_]] = Kleisli[F, Request[F], Response[F]]
-
type
HttpRoutes[F[_]] = Kleisli[[β$0$]OptionT[F, β$0$], Request[F], Response[F]]
-
type
ParseResult[+A] = Either[ParseFailure, A]
-
type
AuthedService[T, F[_]] = Kleisli[[β$1$]OptionT[F, β$1$], AuthedRequest[F, T], Response[F]]
-
type
Http4sSyntax = AllSyntax
-
type
HttpService[F[_]] = Kleisli[[β$0$]OptionT[F, β$0$], Request[F], Response[F]]
-
type
Service[F[_], A, B] = Kleisli[F, A, B]
Value Members
-
val
ApiVersion: Http4sVersion
-
val
DefaultCharset: Charset
-
-
Deprecated Value Members
-
val
Http4sSyntax: all.type