httpie-unixsocket icon indicating copy to clipboard operation
httpie-unixsocket copied to clipboard

A UNIX socket plugin for HTTPie

Results 2 httpie-unixsocket issues
Sort by recently updated
recently updated
newest added

When trying to use httpie with a unix socket, I'm getting the mentioned error with the following traceback: ``` $ httpie/bin/http --debug http+unix://%2Fsome%2Fsocket/path HTTPie 3.2.2 Requests 2.31.0 Pygments 2.15.1 Python...

Inspired by issue #7, as I think the current syntax is ugly and too error-prone. ``` root@db2722aaf51d:/# curl-unix-socket unix:///var/run/docker.sock:/info {"Containers":2,"Debug":1,"DockerRootDir":"/var/lib/docker","Driver":"btrfs","DriverStatus":[],"ExecutionDriver":"native-0.2","ID":"EXI6:MA6J:YU45:24S3:CA6L:37PQ:JLKG:WPWI:5NFP:L3XW:WECP:HWK3","IPv4Forwarding":1,"Images":86,"IndexServerAddress":"https://index.docker.io/v1/","InitPath":"/usr/bin/docker","InitSha1":"","KernelVersion":"4.0.0-rc3","Labels":null,"MemTotal":33343193088,"MemoryLimit":1,"NCPU":8,"NEventsListener":0,"NFd":24,"NGoroutines":53,"Name":"debian","OperatingSystem":"Debian GNU/Linux 8 (jessie)","RegistryConfig":{"IndexConfigs":{"docker.io":{"Mirrors":null,"Name":"docker.io","Official":true,"Secure":true}},"InsecureRegistryCIDRs":["127.0.0.0/8"]},"SwapLimit":1,"SystemTime":"2015-03-18T12:00:18.261465223-07:00"} ``` Cc: @jakubroztocil, @jfrazelle