summaryrefslogtreecommitdiff
path: root/docs/libcurl/opts/CURLOPT_DEFAULT_PROTOCOL.3
Commit message (Collapse)AuthorAgeFilesLines
* docs: Add note about libcurl copying strings to CURLOPT_* manpagesFrank Gevaerts2017-01-131-0/+3
| | | | Closes #1169
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
|
* CURLOPT_DEFAULT_PROTOCOL: addedNathaniel Waisbrot2015-08-221-0/+79
- Add new option CURLOPT_DEFAULT_PROTOCOL to allow specifying a default protocol for schemeless URLs. - Add new tool option --proto-default to expose CURLOPT_DEFAULT_PROTOCOL. In the case of schemeless URLs libcurl will behave in this way: When the option is used libcurl will use the supplied default. When the option is not used, libcurl will follow its usual plan of guessing from the hostname and falling back to 'http'.