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
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
Daniel Stenberg
7c46691178
curl_url.3: this is not experimental anymore
2019-03-22 18:33:06 +01:00
Gisle Vanem
06f744d447
Escape the '\'
...
A backslash should be escaped in Roff / Troff.
2019-01-29 16:42:22 +01: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