2
0

unix-socket.d 376 B

12345678910111213
  1. c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
  2. SPDX-License-Identifier: curl
  3. Long: unix-socket
  4. Arg: <path>
  5. Help: Connect through this Unix domain socket
  6. Added: 7.40.0
  7. Protocols: HTTP
  8. Category: connection
  9. See-also: abstract-unix-socket
  10. Example: --unix-socket socket-path $URL
  11. Multi: single
  12. ---
  13. Connect through this Unix domain socket, instead of using the network.