mirror of
https://github.com/curl/curl.git
synced 2026-08-26 14:23:32 +03:00
- Added the --libcurl [file] option to curl. Append this option to any
ordinary curl command line, and you will get a libcurl-using source code written to the file that does the equivalent operation of what your command line operation does!
This commit is contained in:
parent
83a43bea8a
commit
dbdb7fa55a
4 changed files with 276 additions and 135 deletions
|
|
@ -2,7 +2,7 @@ Curl and libcurl 7.16.1
|
|||
|
||||
Public curl release number: 97
|
||||
Releases counted from the very beginning: 124
|
||||
Available command line options: 114
|
||||
Available command line options: 115
|
||||
Available curl_easy_setopt() options: 137
|
||||
Number of public functions in libcurl: 54
|
||||
Amount of public web site mirrors: 39
|
||||
|
|
@ -15,6 +15,7 @@ This release includes the following changes:
|
|||
o CURLOPT_CLOSEPOLICY is now deprecated
|
||||
o --ftp-ssl-ccc and CURLOPT_FTP_SSL_CCC were added
|
||||
o HTTP support for non-ASCII platforms
|
||||
o --libcurl was added
|
||||
|
||||
This release includes the following bugfixes:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue