Skip to content

httpie/httpie-unixsocket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

httpie-unixsocket

UNIX socket transport plugin for HTTPie.

Latest Version on PyPI

Installation

$ pip install httpie-unixsocket

Example usage

To query Docker for info, using /var/run/docker.sock:

$ http http+unix://%2Fvar%2Frun%2Fdocker.sock/info

Requirements