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

TResponse.Allow

Allow header value listing permitted HTTP methods

Declaration

Source position: httpdefs.pp line 620

public property TResponse.Allow : string
  index Ord(hhAllow)
  read GetHeaderValue
  write SetHeaderValue;

Description

Allow contains the Allow header value, which lists the HTTP methods supported by the resource. This is commonly used in response to OPTIONS requests or with 405 Method Not Allowed responses.


Documentation generated on: Jan 16 2026