-
-
Notifications
You must be signed in to change notification settings - Fork 6.9k
Home
regisdenice edited this page Oct 16, 2025
·
17 revisions
curl is a command line tool for transferring data with URL syntax. Detailed features are on the main website: https://curl.se/
- The usage is as simple as typing:
curl https://curl.se/
- Download: Windows platform - All platforms
Note: libcurl is the library that curl uses to do its job.
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 😉
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 |
Main website - https://curl.se/