-
Notifications
You must be signed in to change notification settings - Fork 329
Open
Description
It would be nice to be able to connect to HTTP servers via UNIX socket (e.g. docker.sock). It's mostly interesting for healthcheckers and similar utility type usage. API can be similar to Python's request-unixsocket:
HTTP.get("http+unix://%2Fvar%2Frun%2Fdocker.sock/info")Alternative API can be similar to cURL:
HTTP.unix_socket("/var/run/docker.sock").get("http://literally-anything-as-host/info")Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels