zio.http.Header.RetryAfter
See theRetryAfter companion trait
object RetryAfter extends HeaderType
The RetryAfter HTTP header contains the date/time after which to retry
RetryAfter:
Date:
Example:
Expires: Wed, 21 Oct 2015 07:28:00 GMT
Or RetryAfter the delay seconds.
Attributes
- Companion
- trait
- Graph
-
- Supertypes
-
trait Sumtrait Mirrortrait HeaderTypetrait HeaderTypeBaseclass Objecttrait Matchableclass AnyShow all
- Self type
-
RetryAfter.type
Members list
Type members
Classlikes
final case class ByDate(date: ZonedDateTime) extends RetryAfter
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait RetryAftertrait Headerclass Objecttrait Matchableclass AnyShow all
final case class ByDuration(delay: Duration) extends RetryAfter
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait RetryAftertrait Headerclass Objecttrait Matchableclass AnyShow all
Types
Inherited and Abstract types
The names of the product elements
The name of the type
Value members
Concrete methods
Attributes
- Definition Classes
Inherited methods
Attributes
- Inherited from:
- HeaderType
Attributes
- Inherited from:
- HeaderType
Attributes
- Definition Classes
- Inherited from:
- HeaderType
In this article