This commit is contained in:
Jakub Roztocil 2016-09-11 01:16:07 +02:00
parent b565be4318
commit d584686744

View File

@ -1,6 +1,8 @@
**************************************** ########################################
HTTPie: a CLI, cURL-like tool for humans HTTPie: a CLI, cURL-like tool for humans
**************************************** ########################################
.. class:: no-web
HTTPie (pronounced *aitch-tee-tee-pie*) is a **command line HTTP client**. HTTPie (pronounced *aitch-tee-tee-pie*) is a **command line HTTP client**.
Its goal is to make CLI interaction with web services as **human-friendly** Its goal is to make CLI interaction with web services as **human-friendly**
@ -12,26 +14,27 @@ generally **interacting** with HTTP servers.
.. image:: https://raw.githubusercontent.com/jkbrzt/httpie/master/httpie.png .. image:: https://raw.githubusercontent.com/jkbrzt/httpie/master/httpie.png
:alt: HTTPie compared to cURL :alt: HTTPie compared to cURL
:width: 679 :width: 100%
:height: 781
:align: center :align: center
HTTPie is written in Python, and under the hood it uses the excellent HTTPie is written in Python, and under the hood it uses the excellent
`Requests`_ and `Pygments`_ libraries. `Requests`_ and `Pygments`_ libraries.
-----
.. class:: no-web no-pdf
|pypi| |unix_build| |windows_build| |coverage| |gitter| |pypi| |unix_build| |windows_build| |coverage| |gitter|
-----
.. contents:: .. contents::
:local:
:depth: 1 .. section-numbering::
:backlinks: none
.. raw:: pdf
PageBreak oneColumn
============= =============
@ -1472,7 +1475,7 @@ See `CHANGELOG <https://github.com/jkbrzt/httpie/blob/master/CHANGELOG.rst>`_.
Licence Licence
======= =======
See `LICENSE <https://github.com/jkbrzt/httpie/blob/master/LICENSE>`_. BSD-3-Clause: `LICENSE <https://github.com/jkbrzt/httpie/blob/master/LICENSE>`_.