summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-11-17Add `axum-extra` crate (#536)David Pedersen
2021-11-17Use named constants for static header values (#535)Jonas Platte
2021-11-17Move `axum-handle-error-extract` into axum (#534)David Pedersen
2021-11-17Rename `box_body` to `body` (#533)David Pedersen
2021-11-16Make the `B` type parameter in `Handler` default to `axum::body::Body` (#527)David Pedersen
2021-11-16Remove unused file (#526)David Pedersen
2021-11-16Update tokio-tungstenite (#525)David Pedersen
2021-11-16New method router (#521)David Pedersen
2021-11-16Drop `Sync` requirement on the handler function (#522)david-perez
2021-11-15add axum-tutorial to ecosystem (#519)Eray Karatay
2021-11-13Add CORS example (#512)David Pedersen
2021-11-13axum-debug: Version 0.2.0 (#511)axum-debug-v0.2.0David Pedersen
2021-11-13Version 0.3.3 (#510)axum-v0.3.3David Pedersen
2021-11-13More clearly document accepting multiple methods (#503)David Pedersen
2021-11-13axum-debug: Move axum dependency to dev-dependencies (#506)Jonas Platte
2021-11-11Add `trybuild` tests for axum-debug (#501)David Pedersen
2021-11-11Add axum-debug to list of community projectsDavid Pedersen
2021-11-11Improve error message for `nest("/", _)` (#500)David Pedersen
2021-11-11axum-debug readme fixes (#499)David Pedersen
2021-11-11Clean up axum-debug crate (#498)David Pedersen
2021-11-11Move `axum-debug` crate to workspace (#497)Eray Karatay
2021-11-10update tls-rustls example (#494)Eray Karatay
2021-11-10Correct grammar (#492)Kelly Thomas Kline
2021-11-09Implement `FromRequest` for `http::request::Parts` (#489)David Pedersen
2021-11-09Implement `IntoResponse` for `http::response::Parts` (#490)David Pedersen
2021-11-09`FromStr` based `empty_string_as_none` implementation (#486)Imbolc
2021-11-09Use nightly clippy & rustfmt for more style checks (#487)Jonas Platte
2021-11-09Split first sentence into its own paragraph in TypedHeader docs (#485)Jonas Platte
2021-11-09Add `axum-handle-error-extract` to ecosystemDavid Pedersen
2021-11-09Fix docs links (#481)Folyd
2021-11-08Specify version of axum that axum-handle-error-extract depends onDavid Pedersen
2021-11-08Add `axum-handle-error-extract` crate (#468)David Pedersen
2021-11-08Version 0.3.2 (#483)David Pedersen
2021-11-08Add `Router::route_layer` (#474)David Pedersen
2021-11-07Add axum-flash to list of community maintained cratesDavid Pedersen
2021-11-07Add recommendation (#476)Kelly Thomas Kline
2021-11-06Update tracing-subscriber to 0.3 (#472)EdorianDark
2021-11-06Version 0.3.1 (#473)axum-v0.3.1David Pedersen
2021-11-06Implement `Clone` for `IntoMakeServiceWithConnectInfo` (#471)David Pedersen
2021-11-05Add turbo.fish to community showcase (#466)Jonas Platte
2021-11-05update low-level-rustls example (#465)Eray Karatay
2021-11-04Fix links in readme (#464)Frederik-Baetens
2021-11-04Actually run the routing tests :facepalm:David Pedersen
2021-11-04Derive `Debug` for `Router` instead of implementing manually (#463)david-perez
2021-11-03Fix typos (#461)david-perez
2021-11-03Move axum crate into workspace subfolder (#458)David Pedersen
2021-11-03Mention "axum-typed-websockets" in community ecosystemDavid Pedersen
2021-11-03Reorganize tests (#456)David Pedersen
2021-11-03Clarify change to handling multiple HTTP methodsDavid Pedersen
2021-11-03Restructure community showcase (#454)arctic-alpaca