Update 2-requests-and-responses.md

Make the usage of httpie accept headers more explicit.
This commit is contained in:
Ankush Thakur 2016-06-21 22:22:04 +05:30 committed by GitHub
parent 498ce85f34
commit ecad60fbca

View File

@ -186,6 +186,8 @@ Similarly, we can control the format of the request that we send, using the `Con
"style": "friendly"
}
If you add a `--debug` switch to the `http` requests above, you will be able to see the request type in request headers.
Now go and open the API in a web browser, by visiting [http://127.0.0.1:8000/snippets/][devserver].
### Browsability