unixSocket
Sets the path to the Unix domain socket file.
val client = client.get("http://localhost/api") {
unixSocket("/var/run/docker.sock")
}
Content copied to clipboard
Sets the path to the Unix domain socket file.
val client = client.get("http://localhost/api") {
unixSocket("/var/run/docker.sock")
}