Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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

optionstringYA 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
languagexml
title[Restrict transport to IPv4|https://curl.haxx.se/libcurl/c/CURLOPT_IPRESOLVE.html]
<TransportOption provider="CURL" option="113">1</TransportOption>

...