mirror of
https://github.com/httpie/cli.git
synced 2024-11-21 23:33:12 +01:00
Fixed README.
This commit is contained in:
parent
3c50d590e7
commit
75e09a4ac1
@ -16,7 +16,7 @@ HTTPie is a CLI frontend for [python-requests](http://python-requests.org).
|
|||||||
|
|
||||||
The default request `Content-Type` in `application/json` and data fields are automatically serialized as a JSON `Object`, so this:
|
The default request `Content-Type` in `application/json` and data fields are automatically serialized as a JSON `Object`, so this:
|
||||||
|
|
||||||
httpie PATCH name=John api.example.com/person/1 X-API-Token:123
|
httpie PATCH api.example.com/person/1 X-API-Token:123 name=John
|
||||||
|
|
||||||
Will issue the following request:
|
Will issue the following request:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user