Rust FAQ
Articles
Search
A−
A+
Lt
Dk
Hi
HD
Home
›
Crates/Http
Crates/Http
1 articles
How to use http crate in Rust HTTP types
The `http` crate provides the foundational, platform-agnostic types (like `Request`, `Response`, `HeaderMap`, and `Method`) used by the Rust ecosystem, but it does not include an HTTP client or server implementation itself.