quickjs-tart

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

_OUTPUT.md (597B)


      1 <!-- Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al. -->
      2 <!-- SPDX-License-Identifier: curl -->
      3 # OUTPUT
      4 If not told otherwise, curl writes the received data to stdout. It can be
      5 instructed to instead save that data into a local file, using the --output or
      6 --remote-name options. If curl is given multiple URLs to transfer on the
      7 command line, it similarly needs multiple options for where to save them.
      8 
      9 curl does not parse or otherwise "understand" the content it gets or writes as
     10 output. It does no encoding or decoding, unless explicitly asked to with
     11 dedicated command line options.