mirror of
https://github.com/httpie/cli.git
synced 2025-07-11 03:25:14 +02:00
Fix two typos in docs/README.md (#1261)
contaning -> containing overwriten -> overwritten Co-authored-by: greg <gmyers@gitlab.com>
This commit is contained in:
@ -441,7 +441,7 @@ There are no restrictions regarding which request methods can include a body. Yo
|
|||||||
$ http POST pie.dev/post
|
$ http POST pie.dev/post
|
||||||
```
|
```
|
||||||
|
|
||||||
You can also make `GET` requests contaning a body:
|
You can also make `GET` requests containing a body:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ http GET pie.dev/get hello=world
|
$ http GET pie.dev/get hello=world
|
||||||
@ -1193,7 +1193,7 @@ GET / HTTP/1.1
|
|||||||
|
|
||||||
Send a single cookie:
|
Send a single cookie:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ http pie.dev/cookies Cookie:sessionid=foo
|
$ http pie.dev/cookies Cookie:sessionid=foo
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user