org.http4s.client

middleware

package middleware

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. middleware
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. type RetryPolicy = (Request, \/[Throwable, Response], Int) ⇒ Option[FiniteDuration]

    A retry policy is a function of the request, the result (either a throwable or a response), and the number of unsuccessful attempts and returns either None (no retry) or Some duration, after which the request will be retried.

Value Members

  1. object FollowRedirect

    Client middleware to follow redirect responses.

  2. object Retry

  3. object RetryPolicy

Inherited from AnyRef

Inherited from Any

Ungrouped