gen.pl now insists on C: and SPDX-License-Identifier: fields to be present in all files. Closes #9002
13 lines
439 B
Makefile
13 lines
439 B
Makefile
c: Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al.
|
|
SPDX-License-Identifier: curl
|
|
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.
|