mirror of
https://github.com/curl/curl.git
synced 2024-12-09 06:30:06 +08:00
ce6e3e5320
Since "too old" versions are no longer included in the generated man page, this field is now mandatory so that it won't be forgotten and then not included in the documentation. Closes #7786
12 lines
438 B
Makefile
12 lines
438 B
Makefile
Long: globoff
|
|
Short: g
|
|
Help: Disable URL sequences and ranges using {} and []
|
|
Category: curl
|
|
Example: -g "https://example.com/{[]}}}}"
|
|
Added: 7.6
|
|
---
|
|
This option switches off the "URL globbing parser". When you set this option,
|
|
you can specify URLs that contain the letters {}[] without having curl itself
|
|
interpret them. Note that these letters are not normal legal URL contents but
|
|
they should be encoded according to the URI standard.
|