axum/axum-macros/tests/from_request
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
..
fail Fix Handler::with_state not working if request body was changed via layer (#1536) 2022-11-18 11:00:52 +01:00
pass Don't internally Arc the state (#1460) 2022-10-09 20:55:28 +00:00