form-escape.d 439 B

123456789101112
  1. c: Copyright (C) 1998 - 2022, 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 post
  9. Example: --form-escape --form 'field\\name=curl' 'file=@load"this' $URL
  10. ---
  11. Tells curl to pass on names of multipart form fields and files using
  12. backslash-escaping instead of percent-encoding.