mirror of
https://github.com/curl/curl.git
synced 2025-12-11 17:37:05 +00:00
Page:
Home
Pages
A logging facility for libcurl
DNS over HTTPS
DOH implementation
Developing on OpenBSD
HTTP 2 proxy tunneling
HTTPS record
Home
Hyper
JSON
OpenSSL forks
Packaging for Windows
Realm aware auth API
State of curl CI
Trust On First Use
WebSockets
buffer queues
clang format style
curl distro discussion 2024
curl distro discussion 2025
curl tool master client
curl_easy_abort
curl_easy_cmdline
gource
how to git bisect
libcurl 8
libcurl and expected string encodings
push access guidelines
shared connection cache issues
ssl_config handling
No results
18
Home
Viktor Szakats edited this page 2025-10-29 22:36:58 +01:00
Table of Contents
Curl
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.
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 - OpenSSL forks - 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/