2
0

form-escape.d 337 B

12345678910
  1. Long: form-escape
  2. Help: Escape multipart form field/file names using backslash
  3. Protocols: HTTP
  4. See-also: form
  5. Added: 7.81.0
  6. Category: http post
  7. Example: --form-escape --form 'field\\name=curl' 'file=@load"this' $URL
  8. ---
  9. Tells curl to pass on names of multipart form fields and files using
  10. backslash-escaping instead of percent-encoding.