Skip to content

Commit f1a3cb8

Browse files
authored
Update README.md
Add mention of CURLOPT_USERPWD , this is needed to make standard https://username:pwd@example.com calls.
1 parent 6699eb0 commit f1a3cb8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,7 @@ Select [CURL options](https://curl.se/libcurl/c/curl_easy_setopt.html) are avail
278278
* [CURLOPT_CONNECTTIMEOUT](https://curl.se/libcurl/c/CURLOPT_CONNECTTIMEOUT.html)
279279
* [CURLOPT_CONNECTTIMEOUT_MS](https://curl.se/libcurl/c/CURLOPT_CONNECTTIMEOUT_MS.html)
280280
* [CURLOPT_USERAGENT](https://curl.se/libcurl/c/CURLOPT_USERAGENT.html)
281+
* [CURLOPT_USERPWD](https://curl.se/libcurl/c/CURLOPT_USERPWD.html)
281282

282283
For example,
283284

0 commit comments

Comments
 (0)