1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-24 11:35:26 +02:00

http: Variable supplied parameters between {{}} (#1125)

Missing in the last example.
This commit is contained in:
Eric Nielsen 2016-10-21 10:56:02 -05:00 committed by Waldir Pimenta
parent 30ffa864b1
commit 2f5af7f829

View file

@ -28,4 +28,4 @@
- Specify raw request body via stdin:
`cat data.txt | http PUT example.org`
`cat {{data.txt}} | http PUT {{example.org}}`