i-ky
3363eeb262
urlapi: add curl_url_strerror()
...
Add curl_url_strerror() to convert CURLUcode into readable string and
facilitate easier troubleshooting in programs using URL API.
Extend CURLUcode with CURLU_LAST for iteration in unit tests.
Update man pages with a mention of new function.
Update example code and tests with new functionality where it fits.
Closes #7605
2021-09-27 08:28:46 +02:00
Emil Engler
116856b9d5
curl_url_get.3: clarify about path and query
...
The current man-page lacks some details regarding the obtained path and
query.
Closes #7563
2021-08-13 17:38:23 +02:00
Daniel Stenberg
85e6975643
copyright: update copyright year ranges to 2021
...
Reviewed-by: Emil Engler
Closes #6802
2021-03-27 23:00:14 +01:00
Jay Satiro
c79b9de45c
docs: add CURLOPT_CURLU to 'See also' in curl_url_ functions
...
Closes https://github.com/curl/curl/pull/6639
2021-02-23 02:31:20 -05:00
Daniel Stenberg
ac0a88fd25
copyright: fix year ranges
...
Follow-up from 4d2f800677
2020-11-05 08:22:10 +01:00
Daniel Stenberg
4d2f800677
curl.se: new home
...
Closes #6172
2020-11-04 23:59:47 +01:00
Jay Satiro
00b65e3779
docs: disambiguate CURLUPART_HOST is for host name (ie no port)
...
Closes #4424
2019-09-28 18:13:33 +02:00
Daniel Stenberg
2d0e9b40d3
urlapi: add CURLUPART_ZONEID to set and get
...
The zoneid can be used with IPv6 numerical addresses.
Updated test 1560 to verify.
Closes #3834
2019-05-05 15:52:46 +02:00
Viktor Szakats
ff9d7f4447
spelling fixes [ci skip]
...
as detected by codespell 1.14.0
Closes https://github.com/curl/curl/pull/3114
Reviewed-by: Marcel Raad <Marcel.Raad@teamviewer.com>
2018-10-08 19:37:40 +00:00
Dave Reisner
c1e5980f66
curl_url_set.3: properly escape \n in example code
...
This yields
"the scheme is %s\n"
instead of
"the scheme is %s0
Closes #2970
2018-09-13 08:07:36 +02:00
Daniel Stenberg
890eea5aad
curl_url-docs: fix AVAILABILITY as Added in curl 7.62.0
2018-09-08 16:02:25 +02:00
Daniel Stenberg
fb30ac5a2d
URL-API
...
See header file and man pages for API. All documented API details work
and are tested in the 1560 test case.
Closes #2842
2018-09-08 15:36:11 +02:00