globoff.d 565 B

1234567891011121314
  1. c: Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al.
  2. SPDX-License-Identifier: curl
  3. Long: globoff
  4. Short: g
  5. Help: Disable URL sequences and ranges using {} and []
  6. Category: curl
  7. Example: -g "https://example.com/{[]}}}}"
  8. Added: 7.6
  9. See-also: config disable
  10. ---
  11. This option switches off the "URL globbing parser". When you set this option,
  12. you can specify URLs that contain the letters {}[] without having curl itself
  13. interpret them. Note that these letters are not normal legal URL contents but
  14. they should be encoded according to the URI standard.