mirror of
https://github.com/curl/curl.git
synced 2026-07-25 12:27:16 +03:00
In an effort to increase the readability of the "--help all" output on narrow (80 column) terminals. Co-authored-by: Jay Satiro Closes #13169
19 lines
438 B
Markdown
19 lines
438 B
Markdown
---
|
|
c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
|
|
SPDX-License-Identifier: curl
|
|
Long: form-escape
|
|
Help: Escape form fields using backslash
|
|
Protocols: HTTP
|
|
Added: 7.81.0
|
|
Category: http upload
|
|
Multi: single
|
|
See-also:
|
|
- form
|
|
Example:
|
|
- --form-escape -F 'field\name=curl' -F 'file=@load"this' $URL
|
|
---
|
|
|
|
# `--form-escape`
|
|
|
|
Pass on names of multipart form fields and files using backslash-escaping
|
|
instead of percent-encoding.
|