commit | cbd80a1fb046ca3fe07cfe7a20f717a223bdbfa5 | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <[email protected]> | Tue Aug 20 17:57:00 2024 +0000 |
committer | Android Build Coastguard Worker <[email protected]> | Tue Aug 20 17:57:00 2024 +0000 |
tree | c7f8a9bc6f2d0da445a683f5b48d6ce72da99603 | |
parent | 1dc2b4e9886a806e709848b70dfab0b9aab0601a [diff] | |
parent | a293cdd6261214c197cbb0191e7a9930039a8984 [diff] |
Snap for 12252487 from a293cdd6261214c197cbb0191e7a9930039a8984 to simpleperf-release Change-Id: I5abfac96afa03c1e52c1ac878a83239b6f01aafb
A fast and correct HTTP implementation for Rust.
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 looking for a convenient HTTP server, then you may wish to consider Axum. 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.