1---
2c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
3SPDX-License-Identifier: curl
4Long: abstract-unix-socket
5Arg: <path>
6Help: Connect via abstract Unix domain socket
7Added: 7.53.0
8Protocols: HTTP
9Category: connection
10Multi: single
11See-also:
12  - unix-socket
13Example:
14  - --abstract-unix-socket socketpath $URL
15---
16
17# `--abstract-unix-socket`
18
19Connect through an abstract Unix domain socket, instead of using the network.
20Note: netstat shows the path of an abstract socket prefixed with `@`, however
21the \<path\> argument should not have this leading character.
22