Set of CORS handling options
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 |
); |
THandleCORSOptions is a set of THandleCORSOption values. It allows configuring multiple aspects of CORS request handling behavior.