globoff.d 438 B

1234567891011
  1. Long: globoff
  2. Short: g
  3. Help: Disable URL sequences and ranges using {} and []
  4. Category: curl
  5. Example: -g "https://example.com/{[]}}}}"
  6. Added: 7.6
  7. ---
  8. This option switches off the "URL globbing parser". When you set this option,
  9. you can specify URLs that contain the letters {}[] without having curl itself
  10. interpret them. Note that these letters are not normal legal URL contents but
  11. they should be encoded according to the URI standard.