summaryrefslogtreecommitdiff
path: root/docs/libcurl/gnurl_url_set.3
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-01-12 21:19:50 +0000
committerng0 <ng0@n0.is>2019-01-12 21:19:50 +0000
commit947fa3b58d652d0a84bd20bcc45ed21267b3ee52 (patch)
tree173cf355b53bba20ac6622104ab4042cb2858183 /docs/libcurl/gnurl_url_set.3
parent5b22ac2fcff3090a1acc41647936b8fbc3d57b13 (diff)
parent4258dc02d86e7e4de9f795a1af3a0bc6732d4ab5 (diff)
downloadgnurl-947fa3b58d652d0a84bd20bcc45ed21267b3ee52.tar.gz
gnurl-947fa3b58d652d0a84bd20bcc45ed21267b3ee52.tar.bz2
gnurl-947fa3b58d652d0a84bd20bcc45ed21267b3ee52.zip
Merge tag 'curl-7_63_0'
7.63.0
Diffstat (limited to 'docs/libcurl/gnurl_url_set.3')
-rw-r--r--docs/libcurl/gnurl_url_set.311
1 files changed, 6 insertions, 5 deletions
diff --git a/docs/libcurl/gnurl_url_set.3 b/docs/libcurl/gnurl_url_set.3
index c32682dc6..c512ec3f4 100644
--- a/docs/libcurl/gnurl_url_set.3
+++ b/docs/libcurl/gnurl_url_set.3
@@ -71,12 +71,13 @@ automatically when this URL is read from the handle.
The query part will also get spaces converted to pluses when asked to URL
encode on set with the CURLU_URLENCODE bit.
-If used in with \fICURLU_APPENDQUERY\fP, the provided part will be appended on
-the end of the existing query - and if the previous part didn't end with an
-ampersand (&), an ampersand will be inserted before the new appended part.
+If used together with the \fICURLU_APPENDQUERY\fP bit, the provided part will
+be appended on the end of the existing query - and if the previous part didn't
+end with an ampersand (&), an ampersand will be inserted before the new
+appended part.
-When \fICURLU_APPENDQUERY\fP is used together with \fICURLU_URLENCODE\fP,
-the '=' symbols will not be URL encoded.
+When \fICURLU_APPENDQUERY\fP is used together with \fICURLU_URLENCODE\fP, the
+first '=' symbol will not be URL encoded.
The question mark in the URL is not part of the actual query contents.
.IP CURLUPART_FRAGMENT