2023-01-02 20:51:48 +08:00
|
|
|
c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
|
2022-06-14 06:12:03 +08:00
|
|
|
SPDX-License-Identifier: curl
|
2017-01-09 06:51:08 +08:00
|
|
|
Long: abstract-unix-socket
|
|
|
|
Arg: <path>
|
2017-05-03 20:22:58 +08:00
|
|
|
Help: Connect via abstract Unix domain socket
|
2017-01-09 06:51:08 +08:00
|
|
|
Added: 7.53.0
|
|
|
|
Protocols: HTTP
|
2020-07-13 20:15:04 +08:00
|
|
|
Category: connection
|
2021-11-15 22:58:20 +08:00
|
|
|
See-also: unix-socket
|
2021-08-31 22:37:14 +08:00
|
|
|
Example: --abstract-unix-socket socketpath $URL
|
2022-10-18 16:39:43 +08:00
|
|
|
Multi: single
|
2017-01-09 06:51:08 +08:00
|
|
|
---
|
|
|
|
Connect through an abstract Unix domain socket, instead of using the network.
|
|
|
|
Note: netstat shows the path of an abstract socket prefixed with '@', however
|
|
|
|
the <path> argument should not have this leading character.
|