form-escape.d 441 B

12345678910111213
  1. c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
  2. SPDX-License-Identifier: curl
  3. Long: form-escape
  4. Help: Escape multipart form field/file names using backslash
  5. Protocols: HTTP
  6. See-also: form
  7. Added: 7.81.0
  8. Category: http upload
  9. Example: --form-escape -F 'field\\name=curl' -F 'file=@load"this' $URL
  10. Multi: single
  11. ---
  12. Tells curl to pass on names of multipart form fields and files using
  13. backslash-escaping instead of percent-encoding.