HttpOptions - cHttpClient¶
Include: Use System\Http.pkg
Sends an OPTIONS request.
Type: Function
Return data type: HttpStatus, which is an alias for UShort
Parameters¶
| Parameter | Type | Description |
|---|---|---|
sPath |
String | Relative path or absolute URL. |
Syntax¶
Function HttpOptions String sPath Returns HttpStatus
Call¶
Get HttpOptions of hoObj to eStatus
Description¶
Sends OPTIONS. It has no request body and a response body may be available.