Package

org

http4s

Permalink

package http4s

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. http4s
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type AuthScheme = CaseInsensitiveString

    Permalink
  2. type AuthedService[T, F[_]] = Kleisli[[β$1$]OptionT[F, β$1$], AuthedRequest[F, T], Response[F]]

    Permalink
  3. type Callback[A] = (Either[Throwable, A]) ⇒ Unit

    Permalink
  4. type DecodeResult[F[_], A] = EitherT[F, DecodeFailure, A]

    Permalink
  5. type EntityBody[+F[_]] = Stream[F, Byte]

    Permalink
  6. type EventStream[F[_]] = Stream[F, ServerSentEvent]

    Permalink
  7. type HttpService[F[_]] = Kleisli[[β$0$]OptionT[F, β$0$], Request[F], Response[F]]

    Permalink
  8. type ParseResult[+A] = Either[ParseFailure, A]

    Permalink
  9. type Http4sSyntax = AllSyntax

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.16) Moved to org.http4s.syntax.AllSyntax

  10. type Service[F[_], A, B] = Kleisli[F, A, B]

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.18) Deprecated in favor of just using Kleisli

Value Members

  1. val ApiVersion: Http4sVersion

    Permalink
  2. val DefaultCharset: Charset

    Permalink
  3. val EmptyBody: EntityBody[Nothing]

    Permalink
  4. package server

    Permalink

Deprecated Value Members

  1. val Http4sSyntax: all.type

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.16) Moved to org.http4s.syntax.all

Inherited from AnyRef

Inherited from Any

Ungrouped