Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration CurlNetrc

To be used with the NETRC option

CURL_NETRC_OPTIONAL becomes CurlNetrc.Optional

Index

Enumeration members

Enumeration members

Ignored

Ignored:

The .netrc will never be read. This is the default

Optional

Optional:

A user:password in the URL will be preferred to one in the .netrc

Required

Required:

A user:password in the URL will be ignored. Unless one is set programmatically, the .netrc will be queried.

Generated using TypeDoc