Closed hadmut closed 2 years ago
hi @hadmut ,
Documentation for UNIX socket support is provided in the wiki.
There was an issue with the example provided in the changelog, it should have been:
ruby -r httpx -e 'p HTTPX.get("http://example.com/", transport: "unix", addresses: %w[/path/to/usocket])'
Will fix it.
Hi, I was looking for a ruby http client able to call REST APIs over unix domain sockets, and came to httpx.
There seems to be very little documentation about it, just one line in doc/release_notes/0_13_0.md , telling
but when trying this examples (fully aware that this example path does not exist and expecting some „not found“-type error) I get this:
So it does not seem to work in the intended way.