mirror of
https://github.com/curl/curl.git
synced 2025-09-18 01:52:41 +03:00
form-escape.d: double the back-slashes for proper man page output
This commit is contained in:
parent
59617143cc
commit
a2d8eac04a
|
@ -4,7 +4,7 @@ Protocols: HTTP
|
|||
See-also: form
|
||||
Added: 7.81.0
|
||||
Category: http post
|
||||
Example: --form-escape --form 'field\\name=curl' 'file=@load"this' $URL
|
||||
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.
|
||||
|
|
Loading…
Reference in New Issue
Block a user