org

http4s

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
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. type AuthScheme = CaseInsensitiveString

  2. type AuthedService[T] = Kleisli[Task, AuthedRequest[T], MaybeResponse]

  3. type Callback[A] = (\/[Throwable, A]) ⇒ Unit

  4. type DecodeResult[T] = EitherT[Task, DecodeFailure, T]

  5. type EntityBody = Process[Task, ByteVector]

  6. type EventStream = Process[Task, ServerSentEvent]

  7. type HttpService = Kleisli[Task, Request, MaybeResponse]

  8. type ParseResult[+A] = \/[ParseFailure, A]

  9. type Service[A, B] = Kleisli[Task, A, B]

  10. type Http4sSyntax = AllSyntax

    Annotations
    @deprecated
    Deprecated

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

Value Members

  1. val ApiVersion: Http4sVersion

  2. val DefaultCharset: Charset

  3. def EmptyBody: EntityBody

  4. package server

Deprecated Value Members

  1. val Http4sSyntax: all.type

    Annotations
    @deprecated
    Deprecated

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

Inherited from AnyRef

Inherited from Any

Ungrouped