mirror of
https://github.com/openharmony/third_party_rust_hyper.git
synced 2026-07-19 22:03:50 -04:00
docs(readme): Add link to warp (#2081)
This commit is contained in:
committed by
GitHub
parent
fd4c796cdd
commit
703939f47e
@@ -22,8 +22,9 @@ 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](https://github.com/seanmonstar/reqwest), which is built on top of
|
||||
this library.
|
||||
[reqwest](https://github.com/seanmonstar/reqwest). If you are looking for a
|
||||
convenient HTTP server, then you may wish to consider [warp](https://github.com/seanmonstar/warp).
|
||||
Both are built on top of this library.
|
||||
|
||||
## Contributing
|
||||
|
||||
|
||||
Reference in New Issue
Block a user