Packages

package http4s

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. final case class ResponseError(status: Status, headers: Headers, errorBody: ErrorBody, maxBodySize: Long, requestUri: Option[Uri], requestMethod: Option[Method]) extends RuntimeException with Error with Product with Serializable

    Error type which can be used in the or method from http4s.

Value Members

  1. object ResponseError extends Serializable

Ungrouped