mirror of
https://github.com/moparisthebest/curl
synced 2024-11-15 05:55:04 -05:00
95434681bf
Closes https://github.com/curl/curl/pull/7432 Closes https://github.com/curl/curl/pull/7436 Closes https://github.com/curl/curl/pull/7438 Closes https://github.com/curl/curl/pull/7440 Closes https://github.com/curl/curl/pull/7445
10 lines
385 B
Makefile
10 lines
385 B
Makefile
Long: globoff
|
|
Short: g
|
|
Help: Disable URL sequences and ranges using {} and []
|
|
Category: curl
|
|
---
|
|
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.
|