Decision Workspace
httpget vs barehttp vs rumbo_http_client
Side-by-side comparison of Rust crates
35
httpget
growingv0.1.23
A small, simple client to make http get requests and return a 0 status code if they succeed, 1 status code otherwise
47
barehttp
experimentalv0.0.1
A minimal, explicit HTTP client for Rust with no_std support and blocking I/O
45
rumbo_http_client
experimentalv0.1.3
A minimal HTTP client library for basic requests
Core Metrics
| httpget | barehttp | rumbo_http_client | |
|---|---|---|---|
| Health Score | 35 | 47 | 45 |
| Total Downloads | 18.8K | 23 | 1.0K |
| 30d Downloads | 15 | 6 | 12 |
| Dependents | 0 | 0 | 0 |
| Releases | 13 | 1 | 4 |
| Last Updated | 437d ago | 59d ago | 55d ago |
| Age | 3y | 1m | 9m |
Health Breakdown
httpget
Maintenance
7
Quality
10
Community
3
Popularity
5
Documentation
10
barehttp
Maintenance
10
Quality
16
Community
6
Popularity
2
Documentation
13
rumbo_http_client
Maintenance
16
Quality
9
Community
6
Popularity
4
Documentation
10
Technical Details
| httpget | barehttp | rumbo_http_client | |
|---|---|---|---|
| Version | 0.1.23 | 0.0.1 | 0.1.3 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT | MIT OR Apache-2.0 | MIT OR Apache-2.0 |
| Dependencies | 1 | 5 | 8 |
| Crate Size | 2.8MB | 92KB | 12KB |
| Features | 2 | 5 | 2 |
| Yanked % | 15.4% | 0.0% | 25.0% |
| Edition | 2021 | 2024 | 2024 |
| MSRV | — | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •barehttp leads with a health score of 47/100, but none of the options score above 80.
- •httpget has the most downloads (18.8K), suggesting wider adoption.
- •⚠ httpget has not been updated in over a year.