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

View File

@ -1,37 +1,40 @@
**************************************** ########################################
HTTPie: a CLI, cURL-like tool for humans HTTPie: a CLI, cURL-like tool for humans
**************************************** ########################################
HTTPie (pronounced *aitch-tee-tee-pie*) is a **command line HTTP client**. .. class:: no-web
Its goal is to make CLI interaction with web services as **human-friendly**
as possible. It provides a simple ``http`` command that allows for sending HTTPie (pronounced *aitch-tee-tee-pie*) is a **command line HTTP client**.
arbitrary HTTP requests using a simple and natural syntax, and displays Its goal is to make CLI interaction with web services as **human-friendly**
colorized output. HTTPie can be used for **testing, debugging**, and as possible. It provides a simple ``http`` command that allows for sending
generally **interacting** with HTTP servers. arbitrary HTTP requests using a simple and natural syntax, and displays
colorized output. HTTPie can be used for **testing, debugging**, and
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
`Requests`_ and `Pygments`_ libraries.
HTTPie is written in Python, and under the hood it uses the excellent
`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
============= =============
@ -84,7 +87,7 @@ system package manager, e.g.:
# RPM-based distributions: # RPM-based distributions:
$ yum install httpie $ yum install httpie
# Arch Linux # Arch Linux
$ pacman -S httpie $ pacman -S httpie
@ -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>`_.