1
0
mirror of https://github.com/httpie/cli.git synced 2025-01-05 22:53:32 +02:00
This commit is contained in:
Jakub Roztocil 2021-05-24 15:00:01 +02:00
parent f9a488d47e
commit 39314887c4

View File

@ -648,8 +648,8 @@ In such cases, it’s better to pass the full raw JSON data as a `raw request bo
$ http POST pie.dev/post < files/data.json
Furthermore, this syntax only allows you to send an object as the JSON document, but not an array, etc.
Here, again, the solution is to use `redirected input`_.
Furthermore, the structure syntax only allows you to send an object as the JSON document, but not an array, etc.
Here, again, the solution is to use a `raw request body`_.
Forms
=====