unix-socket.md (408B)
1 --- 2 c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al. 3 SPDX-License-Identifier: curl 4 Long: unix-socket 5 Arg: <path> 6 Help: Connect through this Unix domain socket 7 Added: 7.40.0 8 Protocols: HTTP 9 Category: connection 10 Multi: single 11 See-also: 12 - abstract-unix-socket 13 Example: 14 - --unix-socket socket-path $URL 15 --- 16 17 # `--unix-socket` 18 19 Connect through this Unix domain socket, instead of using the network.