Retry-After

org.http4s.headers.Retry-After
See theRetry-After companion object
sealed abstract case class Retry-After(retry: Either[HttpDate, Long])

Response header, used by the server to indicate to the user-agent how long it has to wait before it can try again with a follow-up request.

RFC-7231 Section 7.1.3

Value parameters

retry

Indicates the retry time, either as a date of expiration or as a number of seconds from the current time until that expiration.

Attributes

Companion
object
Source
Retry-After.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product