Skip to content

Commit 510a67e

Browse files
committed
.
1 parent 8bf7a6d commit 510a67e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/http.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ Available metadata:
297297

298298
### Connecting via Unix Domain Sockets
299299

300-
On Unix systems, you can connect to HTTP servers over Unix domain sockets using the `--unix-socket` flag. This is commonly used for local services like the Docker daemon, systemd, or other IPC services.
300+
You can connect to HTTP servers over Unix domain sockets using the `--unix-socket` flag. This works on Unix/Linux systems and Windows 10+ (build 17063 and later). This is commonly used for local services like the Docker daemon, systemd, or other IPC services.
301301

302302
```nu
303303
# Query Docker daemon via Unix socket

0 commit comments

Comments
 (0)