mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-04 20:35:34 +02:00
http: Variable supplied parameters between {{}} (#1125)
Missing in the last example.
This commit is contained in:
parent
30ffa864b1
commit
2f5af7f829
1 changed files with 1 additions and 1 deletions
|
@ -28,4 +28,4 @@
|
||||||
|
|
||||||
- Specify raw request body via stdin:
|
- Specify raw request body via stdin:
|
||||||
|
|
||||||
`cat data.txt | http PUT example.org`
|
`cat {{data.txt}} | http PUT {{example.org}}`
|
||||||
|
|
Loading…
Add table
Reference in a new issue