trillium-http-v1.2.2
·
104 commits
to main
since this release
Added
Error::Otherand theError::other(impl Error)constructor — a catchall variant for application-level errors that need to flow throughtrillium_http::Result.KnownHeaderName::CdnCacheControl
Changed
From<ReceivedBody<'static, _>> for Bodynow propagates trailers from
the source body through the conversion. Behavior change for the
trailer-carrying case; equivalent for bodies without trailers.