Skip to content

Commit

Permalink
docs(readme): update recommend server frameworks (#3232)
Browse files Browse the repository at this point in the history
Suggest Axum first, and mention that warp uses a functional paradigm.

Closes #3222
  • Loading branch information
avdb13 committed May 22, 2023
1 parent 01a0580 commit 33a4bf6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ 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). If you are looking for a
convenient HTTP server, then you may wish to consider [warp](https://github.com/seanmonstar/warp).
[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.

## Contributing
Expand Down

0 comments on commit 33a4bf6

Please sign in to comment.