unixSocket

Sets the path to the Unix domain socket file.

val client = client.get("http://localhost/api") {
unixSocket("/var/run/docker.sock")
}

Report a problem