comparison mupdf-source/thirdparty/curl/docs/cmdline-opts/globoff.d @ 3:2c135c81b16c

MERGE: upstream PyMuPDF 1.26.4 with MuPDF 1.26.7
author Franz Glasner <fzglas.hg@dom66.de>
date Mon, 15 Sep 2025 11:44:09 +0200
parents b50eed0cc0ef
children
comparison
equal deleted inserted replaced
0:6015a75abc2d 3:2c135c81b16c
1 Long: globoff
2 Short: g
3 Help: Disable URL sequences and ranges using {} and []
4 ---
5 This option switches off the "URL globbing parser". When you set this option,
6 you can specify URLs that contain the letters {}[] without having them being
7 interpreted by curl itself. Note that these letters are not normal legal URL
8 contents but they should be encoded according to the URI standard.