-
Notifications
You must be signed in to change notification settings - Fork 98
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace warp with hyper for http server impl (#184)
In order to help trim down dependencies mostly. Warp is a wrapper for hyper with fancy things like routes which we don't need and it brings it a bit of libraries of its own. Co-authored-by: Mark Mandel <markmandel@google.com>
- Loading branch information
1 parent
6a73500
commit 61324cc
Showing
2 changed files
with
68 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters