summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-01-13Release (#2510)axum-v0.7.4axum-macros-v0.4.1axum-extra-v0.9.2axum-core-v0.4.3David Pedersen
2024-01-13Internally `Arc` `Router`, without breaking changes (#2483)David Pedersen
2024-01-11Re-export `BodyDataStream` from axum (#2509)David Pedersen
2024-01-10Add is_missing method to typed header rejection reason (#2503)Joshua Chapman
2024-01-09Fix link to serde::Deserialize (#2498)Yann Simon
2024-01-07Update actions/checkout action to v4 (#2495)Taiki Endo
2024-01-04Implement `TypedPath` for `WithRejection<TypedPath, _>` (#2491)David Pedersen
2024-01-03Add `must_use` attribute to `Serve` (#2484)Sam Kirby
2024-01-02Make Router Sync without breaking the API (#2481)Jonas Platte
2024-01-02chore: update feature flag description (#2480)null
2023-12-31Add websocket integration test (#2477)David Pedersen
2023-12-31Update example-tls-graceful-shutdownDavid Pedersen
2023-12-30Improve `debug_handler` on tuple response types (#2201)Sleep_AllDay
2023-12-30`impl IntoResponseParts for ()` (#2471)David Pedersen
2023-12-30Use `IntoFuture` for test `RequestBuilder` (#2470)David Pedersen
2023-12-30Add dependency injection example (#2466)David Pedersen
2023-12-30Add an example integration test for SSE (#2465)Henry Chen
2023-12-30Fix out of date links to error-handling example (#2467)David Pedersen
2023-12-29Remove outdated commentDavid Pedersen
2023-12-29Add hatsu to ECOSYSTEM.md (#2462)藍+85CD
2023-12-29Release (#2461)axum-v0.7.3axum-extra-v0.9.1axum-core-v0.4.2David Pedersen
2023-12-29Implement `Clone` for `RouterIntoService` (#2456)Bryan Burgers
2023-12-29docs: add clarification about building middleware and error types (#2448)Dotan J. Nahum
2023-12-29Enable tracing by default (#2460)David Pedersen
2023-12-29Support graceful shutdown on `serve` (#2398)David Pedersen
2023-12-29JsonDeserializer extractor for zero-copy deserialization (#2431)future-highway
2023-12-29Rework error handling example (#2382)David Pedersen
2023-12-29Updated docs regarding constraints of Handler arguments (#2451)Hydrogen602
2023-12-29Updating `tls-rustls` example (#2457)FémLol Stúdió
2023-12-19Use separate lexical scope for lock guard in docs (#2439)Fujiwara Takumi
2023-12-19Body: Implement `From<()>` (#2411)Tobias Bieniek
2023-12-19Ecosystem: add loco.rs (#2438)Dotan J. Nahum
2023-12-18Fix comments on reqwest-response example for axum 0.7 (#2437)gerardcl
2023-12-18Upgrade tokio-tungstenite to 0.21 (#2435)Fujiwara Takumi
2023-12-17Update example-reqwest-response (#2430)gerardcl
2023-12-17Unnecessary BytesMut (#2414)Fujiwara Takumi
2023-12-17Update multer (#2433)David Pedersen
2023-12-17Fix CI (#2434)David Pedersen
2023-12-04docs: Typo correction (#2405)Joshua Mo
2023-12-04Release axum and axum-core (#2402)axum-v0.7.2axum-core-v0.4.1David Pedersen
2023-12-02Gracefully handle accept errors in `serve` (#2400)David Pedersen
2023-12-02Fix typo in DefaultBodyLimit docs (#2401)Benedikt Werner
2023-12-02Update example http-proxy to hyper 1.0 (#2394)Francis
2023-12-02Add axum-serde to ECOSYSTEM.md (#2399)GengTeng
2023-12-02Update example reverse-proxy to axum 0.7 (#2395)Mape
2023-12-01Fix from_stream doc link to `Stream` (#2391)SecretPocketCat
2023-11-29Add utility function to convert body into bytes (#2373)Ethra
2023-11-29Updated doc link versions to use more explicit 0.7 version. (#2379)Justin Sexton
2023-11-29Update example low-level-rustls to axum 0.7 (#2375)Erèbe - Romain Gerard
2023-11-29Update example low-level-openssl to axum 0.7 (#2376)Erèbe - Romain Gerard