libcurl.d 613 B

12345678910111213141516171819
  1. c: Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al.
  2. SPDX-License-Identifier: curl
  3. Long: libcurl
  4. Arg: <file>
  5. Help: Dump libcurl equivalent code of this command line
  6. Added: 7.16.1
  7. Category: curl
  8. Example: --libcurl client.c $URL
  9. See-also: verbose
  10. ---
  11. Append this option to any ordinary curl command line, and you will get
  12. libcurl-using C source code written to the file that does the equivalent
  13. of what your command-line operation does!
  14. This option is global and does not need to be specified for each use of
  15. --next.
  16. If this option is used several times, the last given file name will be
  17. used.