curl/docs/cmdline-opts/form-escape.md
Daniel Stenberg fe9f68fa61
cmdline-opts: shorter help texts
In an effort to increase the readability of the "--help all" output on
narrow (80 column) terminals.

Co-authored-by: Jay Satiro

Closes #13169
2024-03-25 13:05:24 +01:00

438 B

c SPDX-License-Identifier Long Help Protocols Added Category Multi See-also Example
Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al. curl form-escape Escape form fields using backslash HTTP 7.81.0 http upload single
form
--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.