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