axum/axum-macros/tests
David Pedersen 2e8a7e51a1
Fix Handler::with_state not working if request body was changed via layer (#1536)
Previously

```rust
handler.layer(RequestBodyLimitLayer::new(...)).with_state(...)
```

didn't work because we required the same request body all the way
through.
2022-11-18 11:00:52 +01:00
..
debug_handler Rework Form and Query rejections (#1496) 2022-11-08 20:31:06 +00:00
from_ref/pass Add #[derive(FromRef)] (#1430) 2022-10-10 18:40:14 +00:00
from_request Fix Handler::with_state not working if request body was changed via layer (#1536) 2022-11-18 11:00:52 +01:00
typed_path Update trybuild tests for Rust 1.65.0 (#1509) 2022-11-04 09:07:57 +01:00