summaryrefslogtreecommitdiff
path: root/examples/consume-body-in-extractor-or-middleware
AgeCommit message (Expand)Author
2024-09-28Replace async_trait with AFIT / RPITIT (#2308)Zheng Li
2024-09-25Remove unused dependencies from examples (#2934)Jonas Platte
2024-08-24Use `env!("CARGO_CRATE_NAME")` in the example to simplify the tracing setup c...Weipeng Hong
2024-06-27Fix a few typos in docs and comments (#2808)Chris Pick
2023-11-23Update to latest versions of hyper and http-body (#1882)David Pedersen
2023-09-17Use tuples instead of `ServiceBuilder` internally (#2229)David Pedersen
2023-04-21Add `serve` function and remove `Server` re-export (#1868)David Pedersen
2023-04-21Remove `B` type param: Follow ups (#1789)David Pedersen
2023-04-21Remove `B` type param (#1751)David Pedersen
2023-03-10Re-integrate examples into the root workspace (#1466)Jonas Platte
2023-02-24Update to tower-http 0.4 (#1783)David Pedersen
2022-11-30Refactor initializing tracing-subscriber in examples (#1596)tottoto
2022-08-22Only allow last extractor to mutate the request (#1272)David Pedersen
2022-08-17Always store state in an `Arc` (#1270)David Pedersen
2022-08-17Add type safe state extractor (#1155)David Pedersen
2022-06-17Bump MSRV to 1.56 and update to the 2021 edition (#1098)David Pedersen
2022-04-29Move examples to separate workspace (#978)David Pedersen
2022-04-25Update to tower-http 0.3.0 (#965)David Pedersen
2022-03-18Add example for consuming request body in middleware and extractor (#861)David Pedersen