22 lines
486 B
Markdown
Raw Permalink Normal View History

2024-05-15 15:20:32 -04:00
---
2023-12-11 20:30:44 -05:00
c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
SPDX-License-Identifier: curl
Long: libcurl
Arg: <file>
2024-05-15 15:20:32 -04:00
Help: Generate libcurl code for this command line
2023-12-11 20:30:44 -05:00
Added: 7.16.1
Category: curl
Multi: single
Scope: global
2024-05-15 15:20:32 -04:00
See-also:
- verbose
Example:
- --libcurl client.c $URL
2023-12-11 20:30:44 -05:00
---
2024-05-15 15:20:32 -04:00
# `--libcurl`
2023-12-11 20:30:44 -05:00
Append this option to any ordinary curl command line, and you get
libcurl-using C source code written to the file that does the equivalent of
what your command-line operation does!