Daniel Stenberg 9307c219ad
urlapi: add CURLU_GUESS_SCHEME and fix hostname acceptance
In order for this API to fully work for libcurl itself, it now offers a
CURLU_GUESS_SCHEME flag that makes it "guess" scheme based on the host
name prefix just like libcurl always did. If there's no known prefix, it
will guess "http://".

Separately, it relaxes the check of the host name so that IDN host names
can be passed in as well.

Both these changes are necessary for libcurl itself to use this API.

Assisted-by: Daniel Gustafsson
Closes #3018
2018-09-19 23:21:52 +02:00
..
2018-02-23 23:29:01 +00:00
2018-03-12 00:34:33 +01:00
2018-04-15 03:05:45 -04:00
2018-06-12 12:08:40 +02:00
2017-12-06 00:12:48 +01:00
FAQ
2018-03-12 18:17:05 +00:00
2017-09-07 09:51:25 +02:00
2016-11-15 15:41:45 +01:00
2018-06-03 12:14:45 +00:00
2011-12-30 03:53:25 +01:00
2017-12-04 09:15:39 +01:00
2017-10-28 10:54:20 +02:00
2018-09-14 18:48:35 +00:00
2018-09-04 23:49:50 +02:00
2015-06-10 00:21:06 +02:00

curl logo

Documentation

You'll find a mix of various documentation in this directory and subdirectories, using several different formats. Some of them are not ideal for reading directly in your browser.

If you'd rather see the rendered version of the documentation, check out the curl web site's documentation section for general curl stuff or the libcurl section for libcurl related documentation.