Open-Source Wikis

/

curl

/

Apps

curl/curl

Apps

This repository ships a single executable: curl, the command-line tool. It is built from the C sources under src/ and is essentially a thin orchestration layer over libcurl. Everything else in the source tree exists to support either this binary or its library counterpart.

App Source Description
curl src/ The command-line URL transfer tool. See curl

The library libcurl is documented under Libraries. The auxiliary wcurl script (a wrapper around curl that handles common download patterns) is shipped at scripts/wcurl but is not built into a separate binary; it is documented in docs/wcurl.md.

Built by Factory AutoWiki from public repository content. It is a generated preview for codebase exploration, not source-maintained documentation.

Apps – curl wiki | Factory