commit | 6d92608dc11d15ab24ac9e04e6b9dcab9710a488 | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Thu Aug 08 01:14:24 2024 +0000 |
committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Thu Aug 08 01:14:24 2024 +0000 |
tree | c7f8a9bc6f2d0da445a683f5b48d6ce72da99603 | |
parent | 2aa8b3b0dacc5e2b542ba8611ad405b53b186f25 [diff] | |
parent | 04dc9a02046b0a49956a9e5b3795600dd7eb2e8b [diff] |
Snap for 12199801 from 04dc9a02046b0a49956a9e5b3795600dd7eb2e8b to 25D4-release Change-Id: Ib8eac73603e23b8757dc9d223908141a170c1c45
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.