axum-core-v0.4.2
tokio-rs/axumaxum-core-v0.4.2Dec 29, 2023by davidpdrsn
AI Summary
Adds an implementation to convert the empty tuple into a `Body` type, completing the feature set for handling empty payloads.
Key Highlights
- `Body` implements `From<()>` now
New Features
- `Body` `From<()>` implementation
Full Release Notes
- **added:** `Body` implements `From<()>` now ([#2411]) [#2411]: https://github.com/tokio-rs/axum/pull/2411