Introuced --data-urlencode to the curl tool for easier url encoding of the

data sent in a post.
This commit is contained in:
Daniel Stenberg
2007-11-20 10:08:42 +00:00
parent 2f928797cf
commit 600d0b1303
4 changed files with 119 additions and 18 deletions

View File

@@ -1,7 +1,7 @@
Curl and libcurl 7.17.2
Public curl releases: 103
Command line options: 121
Command line options: 122
curl_easy_setopt() options: 147
Public functions in libcurl: 55
Public web site mirrors: 42
@@ -10,7 +10,7 @@ Curl and libcurl 7.17.2
This release includes the following changes:
o
o --data-urlencode was added
This release includes the following bugfixes: