httpie / httpie-unixsocket

A UNIX socket plugin for HTTPie
Other
43 stars 11 forks source link

Not working #9

Closed scalp42 closed 8 years ago

scalp42 commented 8 years ago

@msabramo thanks for the module but unfortunately, it's not working:

Versions:

httpie==0.9.2
httpie-unixsocket==0.0.0

Python 2.7.6

Log:

#> http http+unix:///var/run/docker.sock:/info

http: error: InvalidURL: Invalid URL u'http+unix:///var/run/docker.sock:/info': No host supplied
``

Any ideas?
scalp42 commented 8 years ago

Nevermind, need to be URL encoded:

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