-
Notifications
You must be signed in to change notification settings - Fork 188
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(volo-http): update service with wrapped
Request
, Response
a…
…nd `Infallible` (#272) * chore(volo-http): re-export and organize imported types * chore(volo-http): refactor for using `crate::{Request, Response}` This commit refactor the `volo-http` for replacing `http::Request<hyper::body::Incoming>` with `crate::Request` and `http::Response<crate::RespBody>` with `crate::Response`. * feat(volo-http): use `std::convert::Infallible` instead of `DynError` --------- Signed-off-by: Yu Li <[email protected]>
- Loading branch information
1 parent
d1c8b4c
commit 5ecbed6
Showing
10 changed files
with
215 additions
and
188 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
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
Oops, something went wrong.