libcurl.md (493B)
1 --- 2 c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al. 3 SPDX-License-Identifier: curl 4 Long: libcurl 5 Arg: <file> 6 Help: Generate libcurl code for this command line 7 Added: 7.16.1 8 Category: curl global 9 Multi: single 10 Scope: global 11 See-also: 12 - verbose 13 Example: 14 - --libcurl client.c $URL 15 --- 16 17 # `--libcurl` 18 19 Append this option to any ordinary curl command line, and you get 20 libcurl-using C source code written to the file that does the equivalent of 21 what your command-line operation does.