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

latest releases: axum-extra-v0.9.3, axum-v0.7.5, axum-macros-v0.4.1...
2 years ago
  • added: Add WebSocket::protocol to return the selected WebSocket subprotocol, if there is one. (#1022)
  • fixed: Improve error message for PathRejection::WrongNumberOfParameters to hint at using
    Path<(String, String)> or Path<SomeStruct> (#1023)
  • fixed: PathRejection::WrongNumberOfParameters now uses 500 Internal Server Error since
    it's a programmer error and not a client error (#1023)
  • fixed: Fix InvalidFormContentType mentioning the wrong content type

Don't miss a new axum release

NewReleases is sending notifications on new releases.