21 releases
Uses new Rust 2024
| 0.6.0 | Mar 21, 2026 |
|---|---|
| 0.5.3 | Nov 22, 2025 |
| 0.5.2 | Sep 7, 2025 |
| 0.4.2 | Jun 15, 2025 |
| 0.2.0 | Nov 22, 2024 |
#277 in Network programming
6,982,084 downloads per month
Used in 1,861 crates
(2 directly)
320KB
6.5K
SLoC
Supporting crate for ureq.
This crate contains types used to implement ureq.
In scope:
- First class HTTP/1.1 protocol implementation
- Indication of connection states (such as when a connection must be closed)
- transfer-encoding: chunked
- 100-continue handling
Out of scope:
- Opening/closing sockets
- TLS (https)
- Request routing
- Body data transformations (charset, compression etc)
The http crate
Based on the http crate - a unified HTTP API for Rust.
ureq-proto
Supporting crate for ureq.
This crate contains types used to implement ureq.
License: MIT OR Apache-2.0
Dependencies
~1MB
~17K SLoC