We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Requires https://github.com/keathley/finch/issues/139 and #30
Curl allows to do:
$ curl --unix-socket /var/run/docker.sock http:///v1.41/_ping OK
Let's support that in Req too:
iex> Req.get!("http:///v1.41/_ping", unix_socket: "/var/run/docker.sock").body "OK"
maybe the url could even simply be: "/v1.41/_ping" and we'd default it to http + localhost.
"/v1.41/_ping"
The text was updated successfully, but these errors were encountered:
On main!
Sorry, something went wrong.
No branches or pull requests
Requires https://github.com/keathley/finch/issues/139 and #30
Curl allows to do:
Let's support that in Req too:
maybe the url could even simply be:
"/v1.41/_ping"
and we'd default it to http + localhost.The text was updated successfully, but these errors were encountered: