mirror of
https://github.com/hyperium/hyper.git
synced 2026-01-25 02:16:14 +00:00
docs(readme): update readme for 1.0
This commit is contained in:
13
README.md
13
README.md
@@ -6,11 +6,7 @@
|
||||
[](https://github.com/hyperium/hyper/actions?query=workflow%3ACI)
|
||||
[![Discord chat][discord-badge]][discord-url]
|
||||
|
||||
A **fast** and **correct** HTTP implementation for Rust.
|
||||
|
||||
> **Note**: hyper's [master](https://github.com/hyperium/hyper) branch is
|
||||
> currently preparing breaking changes. For the most recently *released* code,
|
||||
> look to the [0.14.x branch](https://github.com/hyperium/hyper/tree/0.14.x).
|
||||
A protective and efficient HTTP library for all.
|
||||
|
||||
- HTTP/1 and HTTP/2
|
||||
- Asynchronous design
|
||||
@@ -28,8 +24,11 @@ libraries and applications.
|
||||
|
||||
If you are looking for a convenient HTTP client, then you may wish to consider
|
||||
[reqwest](https://github.com/seanmonstar/reqwest).
|
||||
If you are not sure what HTTP server to choose, then you may want to consider [axum](https://github.com/tokio-rs/axum) or [warp](https://github.com/seanmonstar/warp), the latter taking a more functional approach.
|
||||
Both are built on top of this library.
|
||||
|
||||
If you are not sure what HTTP server to choose, then you may want to consider
|
||||
[axum](https://github.com/tokio-rs/axum) or
|
||||
[warp](https://github.com/seanmonstar/warp), the latter taking a more functional
|
||||
approach. Both are built on top of this library.
|
||||
|
||||
## Contributing
|
||||
|
||||
|
||||
Reference in New Issue
Block a user