Skip to content

axum - v0.4.6

Compare
Choose a tag to compare
@davidpdrsn davidpdrsn released this 22 Feb 12:55
· 989 commits to main since this release
4b0b4c8
  • added: middleware::from_fn for creating middleware from async functions.
    This previously lived in axum-extra but has been moved to axum (#719)
  • fixed: Set Allow header when responding with 405 Method Not Allowed (#733)