Block

data class Block(val retryAfter: Duration) : RequestResult

The request was blocked.

If Configuration.sendRetryAfterHeader is true, the duration in retryAfter is sent back in the header RetryAfter.

Constructors

Link copied to clipboard
constructor(retryAfter: Duration)

Properties

Link copied to clipboard