mirror of
https://github.com/curl/curl.git
synced 2024-12-09 06:30:06 +08:00
3bf54f90f3
This reverts commit a2d8eac04a
.
silly me, it was intended to be one backslash!
11 lines
337 B
Makefile
11 lines
337 B
Makefile
Long: form-escape
|
|
Help: Escape multipart form field/file names using backslash
|
|
Protocols: HTTP
|
|
See-also: form
|
|
Added: 7.81.0
|
|
Category: http post
|
|
Example: --form-escape --form 'field\\name=curl' 'file=@load"this' $URL
|
|
---
|
|
Tells curl to pass on names of multipart form fields and files using
|
|
backslash-escaping instead of percent-encoding.
|