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

THandleCORSOptions

Set of CORS handling options

Declaration

Source position: httpdefs.pp line 723

type THandleCORSOptions = set of (

  hcDetect,

  

Detect CORS requests option

  hcFull,

  

Full CORS handling option

  hcHumanReadable,

  

Human readable CORS handling option

  hcSend

  

Send CORS headers option

);

Description

THandleCORSOptions is a set of THandleCORSOption values. It allows configuring multiple aspects of CORS request handling behavior.


Documentation generated on: Jan 16 2026