Packages

p

org.http4s

server

package server

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

Type Members

  1. type AuthMiddleware[T] = (Service[AuthedRequest[T], Response]) ⇒ Service[Request, Response]
  2. type HttpMiddleware = (Service[Request, Response]) ⇒ Service[Request, Response]
  3. type Middleware[A, B, C, D] = (Service[A, B]) ⇒ Service[C, D]

Value Members

  1. def messageFailureHandler(req: Request): PartialFunction[Throwable, Task[Response]]

Inherited from AnyRef

Inherited from Any

Ungrouped