libcurl.d 469 B

123456789101112131415
  1. c: Copyright (C) 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. Scope: global
  12. ---
  13. Append this option to any ordinary curl command line, and you will get
  14. libcurl-using C source code written to the file that does the equivalent
  15. of what your command-line operation does!