quickjs-tart

quickjs-based runtime for wallet-core logic
Log | Files | Refs | README | LICENSE

abstract-unix-socket.md (572B)


      1 ---
      2 c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
      3 SPDX-License-Identifier: curl
      4 Long: abstract-unix-socket
      5 Arg: <path>
      6 Help: Connect via abstract Unix domain socket
      7 Added: 7.53.0
      8 Protocols: HTTP
      9 Category: connection
     10 Multi: single
     11 See-also:
     12   - unix-socket
     13 Example:
     14   - --abstract-unix-socket socketpath $URL
     15 ---
     16 
     17 # `--abstract-unix-socket`
     18 
     19 Connect through an abstract Unix domain socket, instead of using the network.
     20 Note: netstat shows the path of an abstract socket prefixed with `@`, however
     21 the \<path\> argument should not have this leading character.