1
0
mirror of https://github.com/httpie/cli.git synced 2024-11-28 08:38:44 +02:00
This commit is contained in:
Jakub Roztocil 2015-02-15 00:42:41 +01:00
parent bc0d17c04c
commit 40d95b650c

View File

@ -13,17 +13,18 @@ generally **interacting** with HTTP servers.
.. image:: httpie.png
:alt: HTTPie compared to cURL
:width: 835
:height: 835
:width: 679
:height: 781
:align: center
------
..
.. image:: https://raw.github.com/claudiatd/httpie-artwork/master/images/httpie_logo_simple.png
:alt: HTTPie logo
:align: center
.. image:: https://raw.github.com/claudiatd/httpie-artwork/master/images/httpie_logo_simple.png
:alt: HTTPie logo
:align: center
HTTPie is written in Python, and under the hood it uses the excellent
`Requests`_ and `Pygments`_ libraries.