axum/examples
David Pedersen ab927033b3
Support returning any http_body::Body from IntoResponse (#86)
Adds associated `Body` and `BodyError` types to `IntoResponse`. This is required for returning responses with bodies other than `hyper::Body` from handlers. That wasn't previously possible.

This is a breaking change so should be shipped in 0.2.
2021-08-07 18:03:21 +02:00
..
2021-08-01 22:42:34 +02:00
2021-08-01 21:49:17 +02:00
2021-06-13 13:58:12 +02:00
2021-06-12 20:50:30 +02:00
2021-08-05 13:47:19 +02:00
2021-08-06 10:17:57 +02:00

Examples

Community showcase

  • Houseflow: House automation platform written in Rust.