1
0
mirror of https://github.com/httpie/cli.git synced 2025-03-31 21:55:16 +02:00

Fixed RST formatting.

This commit is contained in:
Jakub Roztocil 2012-07-24 17:22:04 +02:00
parent 76ebe7c6db
commit 9391c89205

View File

@ -132,7 +132,7 @@ the ``&`` characters::
http GET example.com/ search==donuts in==fridge
Will ``GET` the URL ``http://example.com/?search=donuts&in=fridge``.
Will ``GET`` the URL ``http://example.com/?search=donuts&in=fridge``.
A whole request body can be passed in via **``stdin``** instead, in which
case it will be used with no further processing::