15 unstable releases (3 breaking)
new 0.4.1 | Apr 13, 2025 |
---|---|
0.4.0 | Mar 26, 2025 |
0.3.5 | Mar 13, 2025 |
0.3.3 | Feb 27, 2025 |
0.1.0 | Nov 6, 2024 |
#158 in HTTP server
265,361 downloads per month
Used in 159 crates
(via ureq)
290KB
6K
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
~19K SLoC