Unit 'HTTPDefs' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#fcl]

TResponse.RetryAfter

Retry-After header value indicating when to retry request

Declaration

Source position: httpdefs.pp line 627

public property TResponse.RetryAfter : string
  index Ord(hhRetryAfter)
  read GetHeaderValue
  write SetHeaderValue;

Description

RetryAfter contains the Retry-After header value, indicating when the client should retry the request. This is used with 503 Service Unavailable and 429 Too Many Requests responses.


Documentation generated on: Jan 16 2026