commit | 9a0e3dfbcd22dc542bea0abed5586e8aaeab7be9 | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Thu Aug 08 01:12:42 2024 +0000 |
committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Thu Aug 08 01:12:42 2024 +0000 |
tree | c7f8a9bc6f2d0da445a683f5b48d6ce72da99603 | |
parent | 2aa8b3b0dacc5e2b542ba8611ad405b53b186f25 [diff] | |
parent | 04dc9a02046b0a49956a9e5b3795600dd7eb2e8b [diff] |
Snap for 12199973 from 04dc9a02046b0a49956a9e5b3795600dd7eb2e8b to 24Q4-release Change-Id: I37932bbfc2ed22487cc15b226a689bc85080a0f8
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.