https://github.com/httpie/httpie-unixsocket
A UNIX socket plugin for HTTPie
https://github.com/httpie/httpie-unixsocket
http httpie plugin python unix-socket
Last synced: 6 months ago
JSON representation
A UNIX socket plugin for HTTPie
- Host: GitHub
- URL: https://github.com/httpie/httpie-unixsocket
- Owner: httpie
- License: other
- Created: 2015-02-04T18:19:02.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-02-20T16:18:08.000Z (over 8 years ago)
- Last Synced: 2025-04-02T23:11:45.679Z (6 months ago)
- Topics: http, httpie, plugin, python, unix-socket
- Language: Python
- Size: 7.81 KB
- Stars: 48
- Watchers: 4
- Forks: 9
- Open Issues: 2
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
httpie-unixsocket
=================UNIX socket transport plugin for `HTTPie `_.
.. image:: https://badge.fury.io/py/httpie-unixsocket.svg
:target: https://badge.fury.io/py/httpie-unixsocket
:alt: Latest Version on PyPI
Installation
------------.. code-block:: bash
$ pip install httpie-unixsocket
Example usage
-------------To query Docker for info, using ``/var/run/docker.sock``:
.. code-block:: bash
$ http http+unix://%2Fvar%2Frun%2Fdocker.sock/info
Requirements
------------- requests-unixsocket_
.. _requests-unixsocket: https://github.com/msabramo/requests-unixsocket/