...
Overview
Identified by provider="CURL"
, the following information applies.this is a <TransportOption>
specifying a low-level feature of the libcurl library.
Reference
Attributes
Names | Type | Req? | Description |
---|---|---|---|
option | string | Y | A CURL option number, which can be determined by examining the curl.h header file and the set options page. |
Element Content
The content of the element is an option-specific string that depends on the option being set.
Examples
Code Block | ||||
---|---|---|---|---|
| ||||
<TransportOption provider="CURL" option="113">1</TransportOption> |
...