summaryrefslogtreecommitdiff
path: root/docs/cmdline-opts/globoff.d
blob: ec2c7ae48a8c56a18e5d42b5803753ec9537e8bb (plain)
1
2
3
4
5
6
7
8
9
10
Long: globoff
Short: g
Help: Disable URL sequences and ranges using {} and []
Category: curl
Example: -g "https://example.com/{[]}}}}"
---
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.