axum-core v0.5.0-rc.1
Pre-release
Pre-release
·
64 commits
to main
since this release
Since v0.5.0-alpha.1:
- breaking::
Option<T>
as an extractor now requiresT
to implement the
new traitOptionalFromRequest
(if used as the last extractor) or
OptionalFromRequestParts
(other extractors) (#2475)