You've already forked httpie-cli
mirror of
https://github.com/httpie/cli.git
synced 2025-06-27 00:51:16 +02:00
Update README.md
This commit is contained in:
@ -14,7 +14,7 @@ HTTPie is a CLI frontend for [python-requests](http://python-requests.org).
|
|||||||
|
|
||||||
httpie [flags] METHOD URL [header:value | data-field-name=value]*
|
httpie [flags] METHOD URL [header:value | data-field-name=value]*
|
||||||
|
|
||||||
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` is `application/json` and data fields are automatically serialized as a JSON `Object`, so this:
|
||||||
|
|
||||||
httpie PATCH api.example.com/person/1 X-API-Token:123 name=John
|
httpie PATCH api.example.com/person/1 X-API-Token:123 name=John
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user