un-nest curl
This commit is contained in:
22
curl-8.15.0/docs/cmdline-opts/globoff.md
Normal file
22
curl-8.15.0/docs/cmdline-opts/globoff.md
Normal file
@@ -0,0 +1,22 @@
|
||||
---
|
||||
c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
|
||||
SPDX-License-Identifier: curl
|
||||
Long: globoff
|
||||
Short: g
|
||||
Help: Disable URL globbing with {} and []
|
||||
Category: curl
|
||||
Added: 7.6
|
||||
Multi: boolean
|
||||
See-also:
|
||||
- config
|
||||
- disable
|
||||
Example:
|
||||
- -g "https://example.com/{[]}}}}"
|
||||
---
|
||||
|
||||
# `--globoff`
|
||||
|
||||
Switch off the URL globbing function. 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.
|
||||
Reference in New Issue
Block a user