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

THTTPHeader.RetryAfter

Retry-After header field value

Declaration

Source position: httpdefs.pp line 428

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

Description

RetryAfter contains the Retry-After header field value, which indicates when the client should retry the request. This is used in responses with 503 (Service Unavailable) or 429 (Too Many Requests) status codes.


Documentation generated on: Jan 16 2026