1
0
mirror of https://github.com/httpie/cli.git synced 2025-08-10 22:42:05 +02:00

Update the Forms section of README.md (#1593)

The Forms section of README.md was missing what the data fields are serialized as.
This commit is contained in:
André Srinivasan
2024-10-28 12:28:36 -07:00
committed by GitHub
parent f4cf43ecdd
commit 50e1564600

View File

@@ -1044,7 +1044,7 @@ $ http POST pie.dev/post < files/data.json
```bash
$ http -f POST pie.dev/post name='John Smith' cv@~/files/data.xml
```
The request above is the same as if the following HTML form were submitted:
```html