mirror of https://github.com/CrimsonTome/tldr.git
http: add the missing example to HTTPie (see discussion in #808)
parent
e60647db93
commit
30433c622b
|
@ -25,3 +25,7 @@
|
||||||
- Pass a user name and password for server authentication:
|
- Pass a user name and password for server authentication:
|
||||||
|
|
||||||
`http -a {{username:password}} {{example.org}}`
|
`http -a {{username:password}} {{example.org}}`
|
||||||
|
|
||||||
|
- Specify raw request body via stdin:
|
||||||
|
|
||||||
|
`cat data.txt | http PUT example.org`
|
||||||
|
|
Loading…
Reference in New Issue