mrtazz/restclient-cpp
C++ client for making HTTP/REST requests observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases
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: 5798
- days_rel: n/a
- days_push: 607
- n_releases_24m: 0
Adoption not part of the score
1613 stars · 376 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A simple C++ REST client library that wraps libcurl for making HTTP requests. It offers both a static-method API for quick calls and a configurable Connection object for advanced features like connection reuse, timeouts, and authentication.
Use cases
- make http requests from c++
- call rest api in c++
- c++ http client library wrapping libcurl
- send post and put requests with json from c++
- configure timeouts and basic auth for http calls in c++
- reuse connections for rest calls in c++
When to choose
- you need a lightweight C++ wrapper around libcurl for REST calls
- you want a simple static API for common HTTP verbs without configuration
- you need configurable options like timeouts, redirects, and basic auth
- you want connection reuse for repeated requests to the same endpoint
When to avoid
- you need async or non-blocking HTTP requests
- you need advanced features like HTTP/2, streaming, or multipart uploads
- you prefer a full-featured client like libcurl directly or a higher-level framework
- your project does not use C++ or cannot link against libcurl
Facets
library · maturity active
http-client api-framework web-development apis developer-tools cpp windows cross-platform rest libcurl http-requests rest-client c-plus-plus linux macos
2 sources
- readme: https://github.com/mrtazz/restclient-cpp · fetched 2026-08-28 · d20077c81ba1
- homepage: http://code.mrtazz.com/restclient-cpp/ · fetched 2026-08-29 · b463a108b33a
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| mrtazz/restclient-cpp | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="mrtazz/restclient-cpp")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem