jpbarrette/curlpp
C++ wrapper around libcURL observed · 2026-08-28
Health v2 · maintenance only
53/100
- Activity 67
- Release rhythm 8
- Longevity 100
Flags: no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4206
- days_rel: n/a
- days_push: 202
- n_releases_24m: 0
Adoption not part of the score
1801 stars · 371 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
cURLpp is a C++ object-oriented wrapper around the libcURL client-side URL transfer library. It adds type safety, exception safety, and C++ standard library types on top of libcURL's C API for HTTP, HTTPS, FTP, and other protocol transfers.
Use cases
- make http requests from c++
- wrap libcurl in c++ classes
- download files over ftp or https in c++
- type-safe url transfer in c++
- exception-safe http client for c++
When to choose
- you want an object-oriented, type-safe, exception-safe C++ interface to libcurl
- you need to query option values from curl handles
- you prefer C++ standard library structures over libcurl's C types
When to avoid
- you are fine using the raw libcURL C API directly, as its maintainer suggests
- you need a modern, actively developed C++ HTTP client with async features
- you need guaranteed license compliance, since the repo lacks a clear license file
Facets
library · maturity maintenance
http-client networking web-development developer-tools cross-platform cpp windows cross-platform libcurl curl url-transfer object-oriented-wrapper ftp https linux macos
2 sources
- readme: https://github.com/jpbarrette/curlpp · fetched 2026-08-28 · 762d7ac434e6
- homepage: http://www.curlpp.org · fetched 2026-08-29 · 748f5076baf5
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| jpbarrette/curlpp | main | 53 |
For agents
markdown · JSON · MCP: product_card(name="jpbarrette/curlpp")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem