blob: 32cd5e2099a7d1e254efb7cf3043c987cd2afa71 [file] [log] [blame]
xf.li6c8fc1e2023-08-12 00:11:09 -07001c: Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al.
2SPDX-License-Identifier: curl
3Long: abstract-unix-socket
4Arg: <path>
5Help: Connect via abstract Unix domain socket
6Added: 7.53.0
7Protocols: HTTP
8Category: connection
9See-also: unix-socket
10Example: --abstract-unix-socket socketpath $URL
11Multi: single
12---
13Connect through an abstract Unix domain socket, instead of using the network.
14Note: netstat shows the path of an abstract socket prefixed with '@', however
15the <path> argument should not have this leading character.