nuttx-apps/system/curl
Jorge Guzman 865393d419 system/curl: add a small curl-like HTTP client command
Add the "curl" NSH command: a command-line HTTP client built on top of
the netutils webclient library. It implements a subset of the real curl
options: GET and POST (and other methods via -X), custom request headers
(-H), a raw request body (-d, including -d @file), multipart/form-data
file uploads (-F name=@file), saving the response body to a file (-o)
and verbose output (-v). HTTP only (no HTTPS).

Signed-off-by: Jorge Guzman <jorge.gzm@gmail.com>
2026-07-20 10:21:57 +02:00
..
CMakeLists.txt system/curl: add a small curl-like HTTP client command 2026-07-20 10:21:57 +02:00
curl_main.c system/curl: add a small curl-like HTTP client command 2026-07-20 10:21:57 +02:00
Kconfig system/curl: add a small curl-like HTTP client command 2026-07-20 10:21:57 +02:00
Make.defs system/curl: add a small curl-like HTTP client command 2026-07-20 10:21:57 +02:00
Makefile system/curl: add a small curl-like HTTP client command 2026-07-20 10:21:57 +02:00