package http4s
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- http4s
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- type AuthScheme = CaseInsensitiveString
- type AuthedService[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 HttpService[F[_]] = Kleisli[[β$0$]OptionT[F, β$0$], Request[F], Response[F]]
- type ParseResult[+A] = Either[ParseFailure, A]
-
type
Http4sSyntax = AllSyntax
- Annotations
- @deprecated
- Deprecated
(Since version 0.16) Moved to org.http4s.syntax.AllSyntax
-
type
Service[F[_], A, B] = Kleisli[F, A, B]
- Annotations
- @deprecated
- Deprecated
(Since version 0.18) Deprecated in favor of just using Kleisli
Value Members
- val ApiVersion: Http4sVersion
- val DefaultCharset: Charset
- val EmptyBody: EntityBody[Nothing]
Deprecated Value Members
-
val
Http4sSyntax: all.type
- Annotations
- @deprecated
- Deprecated
(Since version 0.16) Moved to org.http4s.syntax.all