Thanks to visit codestin.com
Credit goes to github.com

Skip to content
regisdenice edited this page Oct 16, 2025 · 17 revisions

Curl

curl is a command line tool for transferring data with URL syntax. Detailed features are on the main website: https://curl.se/

Note: libcurl is the library that curl uses to do its job.

An editable wiki :)

This wiki is meant as a way for you to easily contribute to the project with additional documentations (that are not already on the curl web site at https://curl.se/ ) like: hints, guides, examples and more...

💡 Hint : please add any missing link into the table of content below 😉

Table of Content

Category Links
🏠 Home - Main Wiki Page
- All Downloads and Windows Downloads
- Main Website
🐛 Logging & Debugging - A logging facility for libcurl
- buffer queues
- clang format style
💬 Discussions & Planning - curl distro discussion 2024
- curl distro discussion 2025
🔧 Tools, Clients & Interfaces - curl tool master client
🔌 APIs & Commands - curl_easy_abort
- curl_easy_cmdline
💻 Platforms & System Development - Developing on OpenBSD
- Packaging for Windows
🌐 Networking & Protocols - DNS over HTTPS
- DOH implementation
- HTTP/2 proxy tunneling
- WebSockets
🧩 Internals & Architecture - libcurl 8
- libcurl and expected string encodings
- ssl_config handling
- shared connection cache issues
🔐 Authentication & Security - Realm aware auth API
- Trust On First Use
🧪 Testing & CI - State of curl CI
🗃️ Miscellaneous - Hyper
- JSON
- push access guidelines
Clone this wiki locally