libcurl.d 549 B

1234567891011121314151617
  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. Multi: single
  11. ---
  12. Append this option to any ordinary curl command line, and you will get
  13. libcurl-using C source code written to the file that does the equivalent
  14. of what your command-line operation does!
  15. This option is global and does not need to be specified for each use of
  16. --next.