github tokio-rs/axum axum-v0.5.5
axum - v0.5.5

latest releases: axum-extra-v0.9.3, axum-v0.7.5, axum-macros-v0.4.1...
2 years ago
  • fixed: Correctly handle GET, HEAD, and OPTIONS requests in ContentLengthLimit.
    Request with these methods are now accepted if they do not have a Content-Length header, and
    the request body will not be checked. If they do have a Content-Length header they'll be
    rejected. This allows ContentLengthLimit to be used as middleware around several routes,
    including GET routes (#989)
  • added: Add MethodRouter::{into_make_service, into_make_service_with_connect_info} (#1010)

Don't miss a new axum release

NewReleases is sending notifications on new releases.