Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Hyper | 11,873 | 6,126 | 2,826 | 9 days ago | 217 | July 07, 2022 | 207 | mit | Rust | |
An HTTP library for Rust | ||||||||||
Teepee | 457 | 7 years ago | 6 | other | Rust | |||||
Teepee, the Rust HTTP toolkit | ||||||||||
Rust Http | 391 | 7 years ago | 2 | December 06, 2014 | 16 | other | Rust | |||
Completely OBSOLETE Rust HTTP library (server and client) | ||||||||||
Routerify | 308 | 13 | a year ago | 23 | December 24, 2021 | 18 | mit | Rust | ||
A lightweight, idiomatic, composable and modular router implementation with middleware support for the Rust HTTP library hyper.rs | ||||||||||
Hyper | 254 | 12 | 2 years ago | April 16, 2017 | 20 | mpl-2.0 | PureScript | |||
Type-safe, statically checked composition of HTTP servers | ||||||||||
Rust Ipfs Api | 209 | 7 | 7 | 5 months ago | 24 | December 31, 2022 | 23 | apache-2.0 | Rust | |
IPFS HTTP client in Rust | ||||||||||
Multipart | 186 | 474 | 53 | 5 months ago | 57 | May 29, 2021 | 20 | mit | Rust | |
A backend-agnostic extension for file uploads in HTTP libraries for Rust | ||||||||||
See | 183 | 2 months ago | 9 | May 20, 2022 | 7 | mit | Rust | |||
Simple and fast Web server | ||||||||||
Hyperlocal | 139 | 31 | 28 | a year ago | 9 | December 28, 2020 | 12 | mit | Rust | |
🔌 ✨rustlang hyper bindings for local unix domain sockets | ||||||||||
Uploadserver | 108 | 2 months ago | 5 | mit | HTML | |||||
An Hyper Http file upload server |
A fast and correct HTTP implementation for Rust.
Note: hyper's master branch is currently preparing breaking changes. For the most recently released code, look to the 0.14.x branch.
Get started by looking over the guides.
hyper is a relatively low-level library, meant to be a building block for libraries and applications.
If you are looking for a convenient HTTP client, then you may wish to consider reqwest. If you are not sure what HTTP server to choose, then you may want to consider axum or warp, the latter taking a more functional approach. Both are built on top of this library.
To get involved, take a look at CONTRIBUTING.
If you prefer chatting, there is an active community in the Discord server.
hyper is provided under the MIT license. See LICENSE.