axum-extra-v0.9.5

tokio-rs/axumaxum-extra-v0.9.5Nov 15, 2024by jplatte

AI Summary

The axum-extra crate receives updates to support the CONNECT method and adds a macro for JSON construction.

Key Highlights

  • Added RouterExt::typed_connect to support the CONNECT method
  • Added json! macro for easy JSON response construction

New Features

  • RouterExt::typed_connect
  • json! macro

Full Release Notes

- **added:** Add `RouterExt::typed_connect` ([#2961])
- **added:** Add `json!` for easy construction of JSON responses ([#2962])

[#2961]: https://github.com/tokio-rs/axum/pull/2961
[#2962]: https://github.com/tokio-rs/axum/pull/2962