xref: /aosp_15_r20/external/curl/docs/cmdline-opts/abstract-unix-socket.md (revision 6236dae45794135f37c4eb022389c904c8b0090d)
1---
2c: Copyright (C) Daniel Stenberg, <[email protected]>, 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