What's Changed
- feat: introduce
volo-http
crate by @wfly1998 in #264 - feat(volo-http): support extract in timeout handler by @wfly1998 in #268
- chore(volo-http): update service with wrapped
Request
,Response
andInfallible
by @wfly1998 in #272 - chore(volo-http): move
FromRequest
fromrequest
toextract
by @wfly1998 in #275 - chore(volo-http): add
Rejection
for traits in extract mod by @wfly1998 in #276