> For the complete documentation index, see [llms.txt](https://til.devjugal.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://til.devjugal.com/linux/curl.md).

# Curl

> curl - transfer a URL

cURL is a computer software project providing a library and command-line tool for transferring data using various network protocols. The name stands for "Client URL".

## TIL(s)

* [Fix Failed Writing Body While Piping](/linux/curl/fix-failed-writing-body-while-piping.md)
* [Use Proxy Server in cURL](/linux/curl/use-proxy-server-in-curl.md)
