summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)Author
2024-09-27Upgrade private dependencies (#2935)Jonas Platte
2024-09-09Fix warnings and errors from beta Rust (#2904)Benjamin Sparks
2024-08-24Use `env!("CARGO_CRATE_NAME")` in the example to simplify the tracing setup c...Weipeng Hong
2024-08-09Upgrade tokio-tungstenite to 0.23 (#2841)Benno van den Berg
2024-08-09Add compression example (#2623)Yann Simon
2024-07-30Update reqwest-response example (#2852)redforks
2024-07-26examples: Include headers into response in reqwest example (#2812)Valerio Ageno
2024-07-24Resolve clippies (#2843)Benno van den Berg
2024-06-27Fix a few typos in docs and comments (#2808)Chris Pick
2024-05-27Fix typo in serve-with-hyper example (#2750)chris
2024-05-07Remove unnecessary parentheses in chat example (#2732)src_resources
2024-04-11Fix comment spacing in websocket example Chan Kang
2024-03-29Upgrade reqwest to 0.12 (#2688)tison
2024-03-26Fix typo in auto-reload example. (#2680)Shaobo Liu
2024-03-23Update `sync_wrapper` to 1.0.0 from 0.1.1mikihiro
2024-03-02fix typo in prometheus_metrics_example (#2627)Vigith Maurice
2024-02-11feat: add simple tokio redis example (#2543)drbh
2024-02-11add minijinja templating example (#2523)Deffendor
2024-01-31Fix blocking-mode tcp listener in auto-reload example (#2558)Jonas Platte
2024-01-26Fix typos in testing example (#2542)Rdbo
2024-01-15Grammar: Fix "it's" vs "its" in several places (#2518)Nick Price
2024-01-15Update axum prometheus-metrics example (#2516)dayvejones
2024-01-13Add note about missing CSRF validation in oauth example (#2512)David Pedersen
2023-12-31Update example-tls-graceful-shutdownDavid Pedersen
2023-12-30Add dependency injection example (#2466)David Pedersen
2023-12-30Add an example integration test for SSE (#2465)Henry Chen
2023-12-29Remove outdated commentDavid Pedersen
2023-12-29Support graceful shutdown on `serve` (#2398)David Pedersen
2023-12-29Rework error handling example (#2382)David Pedersen
2023-12-29Updating `tls-rustls` example (#2457)FémLol Stúdió
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-02Update example http-proxy to hyper 1.0 (#2394)Francis
2023-12-02Update example reverse-proxy to axum 0.7 (#2395)Mape
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
2023-11-27Add a use of route_service with ServeFile to the static-file-server example (...Joel Uckelman
2023-11-27Fix comment in testing exampleDavid Pedersen
2023-11-27Update unix-domain-socket, listen-multiple-addrs, and testing examples (#2358)David Pedersen
2023-11-26Prepare `serve` for potentially supporting graceful shutdown (#2357)David Pedersen
2023-11-26Update graceful shutdown example (#2355)David Pedersen
2023-11-25Upgrade headers to 0.4.0 (#2351)19年梦醒
2023-11-23Add example showing how to use hyper's low level API (#2338)David Pedersen
2023-11-23Update to latest versions of hyper and http-body (#1882)David Pedersen
2023-09-21Make sure axum-extra also supports being compiled to WASM (#2237)David Pedersen
2023-09-19Use inline format args (#2232)Yuri Astrakhan
2023-09-17Use tuples instead of `ServiceBuilder` internally (#2229)David Pedersen
2023-09-11Add IntoResponse impl to customize-extractor-error example (#2191)Lennart Melzer
2023-09-11Add auto-reload example (#2166)Jonas Platte