summaryrefslogtreecommitdiff
path: root/examples/low-level-rustls
AgeCommit message (Expand)Author
2024-08-24Use `env!("CARGO_CRATE_NAME")` in the example to simplify the tracing setup c...Weipeng Hong
2024-01-15Grammar: Fix "it's" vs "its" in several places (#2518)Nick Price
2023-11-29Update example low-level-rustls to axum 0.7 (#2375)Erèbe - Romain Gerard
2023-11-23Update to latest versions of hyper and http-body (#1882)David Pedersen
2023-04-21Remove `impl Connected<&AddrStream> for SocketAddr` (#1954)David Pedersen
2023-04-21Remove `B` type param: Follow ups (#1789)David Pedersen
2023-04-21Remove `B` type param (#1751)David Pedersen
2023-03-18Update to syn 2 (#1862)David Pedersen
2023-03-10Re-integrate examples into the root workspace (#1466)Jonas Platte
2022-11-30Refactor initializing tracing-subscriber in examples (#1596)tottoto
2022-08-12Improve performance in low-level-rustls example (#1254)kkocdko
2022-06-17Bump MSRV to 1.56 and update to the 2021 edition (#1098)David Pedersen
2022-06-15More robust asset paths in examples (#1090)David Pedersen
2022-04-29Move examples to separate workspace (#978)David Pedersen
2022-03-31Remove bound from `into_make_service_with_connect_info` (#892)David Pedersen
2022-03-06Replace set_var usage in examples (#829)Jonas Platte
2022-02-12Update dependencies (#753)David Pedersen
2021-11-06Update tracing-subscriber to 0.3 (#472)EdorianDark
2021-11-05update low-level-rustls example (#465)Eray Karatay
2021-11-03Move axum crate into workspace subfolder (#458)David Pedersen
2021-10-24Reorganize method routers for handlers and services (#405)David Pedersen
2021-10-05Update some examples (#364)Eray Karatay
2021-09-12Migrate all examples to use `std::env::var_os` (#312)Andrei Zolkin
2021-08-24Simplify tls-rustls example (#254)programatik29