Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 453 Bytes

form-escape.md

File metadata and controls

19 lines (17 loc) · 453 Bytes
c SPDX-License-Identifier Long Help Protocols Added Category Multi See-also Example
Copyright (C) Daniel Stenberg, <[email protected]>, et al.
curl
form-escape
Escape form fields using backslash
HTTP imap smtp
7.81.0
http upload post
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.