mirror of
https://github.com/curl/curl.git
synced 2026-08-24 16:03:37 +03:00
curl_url_set.md: expand the CURLU_NO_AUTHORITY description
Closes #22515
This commit is contained in:
parent
ff4bab0a68
commit
2a5d6a5502
1 changed files with 4 additions and 0 deletions
|
|
@ -224,6 +224,10 @@ host part (normally the only mandatory part of the authority), but libcurl
|
|||
cannot know whether this is permitted for custom schemes. Specifying the flag
|
||||
permits empty authority sections, similar to how file scheme is handled.
|
||||
|
||||
This option also makes libcurl accept and parse URLs with known schemes even
|
||||
when they have no hostnames. URLs such as `https://` and `ftp://` otherwise
|
||||
cause parse errors by default.
|
||||
|
||||
## CURLU_PATH_AS_IS
|
||||
|
||||
When set for **CURLUPART_URL**, this skips the normalization of the
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue