summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-12-21axum: Version 0.4.3 (#650)axum-v0.4.3David Pedersen
2021-12-17Fix a typo (#635)Jonas Platte
2021-12-15Re-export the headers crate when the headers feature is active (#630)Jonas Platte
2021-12-14Use `HttpBody` type alias internally (#624)lz1998
2021-12-14Allow duplicate itoa dependency (#626)David Pedersen
2021-12-12Example for defining routes and handlers close together (#621)David Pedersen
2021-12-12Add `ExtensionsAlreadyExtracted` to `PathRejection` (#619)David Pedersen
2021-12-12Fix misc warnings from CI (#620)David Pedersen
2021-12-12Don't drop leading spaces in SSE responses (#600)Kai Jewson
2021-12-12Simplify Websocket implementation (#615)Kai Jewson
2021-12-12Enforce stronger validation of SSE values (#599)Kai Jewson
2021-12-12Improve documentation of `sse::Event` (#601)Kai Jewson
2021-12-12Use `AtomicU32` in `RouteId` (#616)Kai Jewson
2021-12-12Clarify that servers shouldn't implement Websocket ping/pong (#617)Kai Jewson
2021-12-10Add AddExtension::layer (#607)Jonas Platte
2021-12-10Fix a typo (#605)Jonas Platte
2021-12-09axum-debug: Version 0.3.2 (#598)axum-debug-v0.3.2David Pedersen
2021-12-08Support customizing the request body type in `#[debug_handler]` (#595)David Pedersen
2021-12-08Update changelog with v0.3.4David Pedersen
2021-12-08Clean up deny.toml (#597)David Pedersen
2021-12-06axum: Version 0.4.2 (#592)axum-v0.4.2David Pedersen
2021-12-06Release axum, axum-core, and axum-debug (#591)axum-v0.4.1axum-debug-v0.3.1axum-core-v0.1.1David Pedersen
2021-12-05Introduce `Response` type alias as a shorthand for `Response<BoxBody>` (#590)Kai Jewson
2021-12-04Fix `debug_handler` for `Result<impl IntoResponse, Error>` and friends (#588)David Pedersen
2021-12-03axum-debug 0.3 (#586)axum-debug-v0.3.0David Pedersen
2021-12-02Remove `axum-handle-error-extract` from ECOSYSTEM.mdDavid Pedersen
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