From 086fa359ffa5c4207ad67f442792a94f837e83c5 Mon Sep 17 00:00:00 2001 From: Kelly Thomas Kline Date: Wed, 29 Jan 2020 10:26:59 -0800 Subject: [PATCH] docs(readme): Add link to warp (#2081) --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0669a3af..d7fcdffd 100644 --- a/README.md +++ b/README.md @@ -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