summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-12-02Release axum, axum-core, and axum-extra (#582)axum-v0.4.0axum-extra-v0.1.0axum-core-v0.1.0David Pedersen
2021-12-02Provide more data in `Path` deserialization error (#574)David Pedersen
2021-12-01Update tower-http (#581)David Pedersen
2021-11-30Move `FromRequest` and `IntoResponse` into new `axum-core` crate (#564)David Pedersen
2021-11-30Remove dependency on `tower-http`'s `add-extension` feature (#580)david-perez
2021-11-30Reduce `NotFound`'s visibility (#579)david-perez
2021-11-30Use `Self` in `RouterFuture`'s `impl` block (#578)david-perez
2021-11-28Remove the associated `Body` type on `IntoResponse` (#571)Kai Jewson
2021-11-27Avoid double-boxing bodies where possible (#569)Kai Jewson
2021-11-25Add `Cached` extractor (#565)David Pedersen
2021-11-25feat: default to charset=utf-8 for text content type (#554)Pure White
2021-11-24Add tower-cookies to ecosystem (#562)EdorianDark
2021-11-24Update routing layer documentation (#560)John Teske
2021-11-22axum-debug: Version 0.2.2 (#553)axum-debug-v0.2.2David Pedersen
2021-11-22Fix `#[debug_handler]` for multiple extractors (#552)David Pedersen
2021-11-19Use .to_owned() instead of .to_string() to turn &str into String (#548)Jonas Platte
2021-11-19Change how `Resource`s are added to `Router`s (#544)David Pedersen
2021-11-19axum-debug: Version 0.2.1 (#545)axum-debug-v0.2.1David Pedersen
2021-11-19Make `axum-debug` handle more cases (#518)David Pedersen
2021-11-19Fix `Router::merge` for overlapping routes same different methods (#543)David Pedersen
2021-11-18Panic instead of silently discarding fallbacks (#529)David Pedersen
2021-11-18Remove `CloneBoxService` (#542)David Pedersen
2021-11-17Add `Resource` to axum-extra (#538)David Pedersen
2021-11-17Add axum_extra::response::ErasedJson (#537)Jonas Platte
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