Options for handling CORS requests
Source position: httpdefs.pp line 718
type THandleCORSOption = ( |
||
hcDetect, |
|
Detect CORS requests option |
hcFull, |
|
Full CORS handling option |
hcHumanReadable, |
|
Human readable CORS handling option |
hcSend |
|
Send CORS headers option |
); |
THandleCORSOption defines options that control how CORS requests are handled. These options affect the processing and response generation for cross-origin requests.