master-server/deps/curl/docs/cmdline-opts/unix-socket.md

20 lines
408 B
Markdown
Raw Normal View History

2024-05-15 15:20:32 -04:00
---
2023-12-11 20:30:44 -05:00
c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
SPDX-License-Identifier: curl
Long: unix-socket
Arg: <path>
Help: Connect through this Unix domain socket
Added: 7.40.0
Protocols: HTTP
Category: connection
Multi: single
2024-05-15 15:20:32 -04:00
See-also:
- abstract-unix-socket
Example:
- --unix-socket socket-path $URL
2023-12-11 20:30:44 -05:00
---
2024-05-15 15:20:32 -04:00
# `--unix-socket`
2023-12-11 20:30:44 -05:00
Connect through this Unix domain socket, instead of using the network.