HttpConnect - cHttpClient¶
Include: Use System\Http.pkg
Sends a CONNECT 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 HttpConnect String sPath Returns HttpStatus
Call¶
Get HttpConnect of hoObj to eStatus
Description¶
Sends CONNECT. It has no request body and normally no response body.