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