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 DecodeResult[T] = EitherT[Task, ParseFailure, T]

  3. type EntityBody = Process[Task, ByteVector]

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

Value Members

  1. val ApiVersion: Http4sVersion

  2. def EmptyBody: Process0[Nothing]

  3. package rho

Inherited from AnyRef

Inherited from Any

Ungrouped