mirror of
https://github.com/curl/curl.git
synced 2024-12-15 06:40:09 +08:00
ddaa85893d
gen.pl now generates a warning if the "See Also" field is not filled in for a command line option All command line options now provide one or more related options. 167 "See alsos" added! Closes #8019
13 lines
426 B
Makefile
13 lines
426 B
Makefile
Long: abstract-unix-socket
|
|
Arg: <path>
|
|
Help: Connect via abstract Unix domain socket
|
|
Added: 7.53.0
|
|
Protocols: HTTP
|
|
Category: connection
|
|
See-also: unix-socket
|
|
Example: --abstract-unix-socket socketpath $URL
|
|
---
|
|
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.
|