HTTP Client protocol: cURL Options tab
The cURL Options tab consists of a table composed of key-value pairs for cURL options.
This table contains the Name, or Key, and Value columns. Every row in the table is a key-value pair for a cURL option.
Supported parameters:
-
long
-
object pointer
This only includes a*
character to a zero-terminated string. -
curl_off_t
cURL does not support the function pointer parameter and other object
pointers, for example, FILE *
.
If a user-defined cURL option conflicts with one that the system has used, then the user-defined option overwrites the existing one.
If you define the same cURL option twice, then the latter one overwrites the former one.
To help in performing cURL-related testing before configuration, a cURL command-line tool can be found in $HCIROOT/bin.