axum/examples
David Pedersen 79f6cde3b1
Update to tower-http 0.3.0 (#965)
* Update to tower-http 0.3.0

* changelog link
2022-04-25 14:59:16 +00:00
..
async-graphql Fix minor issues in some examples (#806) 2022-03-01 09:30:09 +00:00
chat Replace set_var usage in examples (#829) 2022-03-06 12:37:00 +01:00
consume-body-in-extractor-or-middleware Update to tower-http 0.3.0 (#965) 2022-04-25 14:59:16 +00:00
cors Update to tower-http 0.3.0 (#965) 2022-04-25 14:59:16 +00:00
customize-extractor-error Make status codes for JsonRejection more precise (#868) 2022-03-18 16:53:39 +01:00
customize-path-rejection Replace set_var usage in examples (#829) 2022-03-06 12:37:00 +01:00
error-handling-and-dependency-injection Replace set_var usage in examples (#829) 2022-03-06 12:37:00 +01:00
form Replace set_var usage in examples (#829) 2022-03-06 12:37:00 +01:00
global-404-handler Replace set_var usage in examples (#829) 2022-03-06 12:37:00 +01:00
graceful-shutdown Simplify graceful shutdown (#673) 2021-12-28 16:23:07 +01:00
hello-world Move axum crate into workspace subfolder (#458) 2021-11-03 12:38:48 +01:00
http-proxy Replace set_var usage in examples (#829) 2022-03-06 12:37:00 +01:00
jwt Replace set_var usage in examples (#829) 2022-03-06 12:37:00 +01:00
key-value-store Update to tower-http 0.3.0 (#965) 2022-04-25 14:59:16 +00:00
low-level-rustls Remove bound from into_make_service_with_connect_info (#892) 2022-03-31 16:49:49 +00:00
multipart-form Update to tower-http 0.3.0 (#965) 2022-04-25 14:59:16 +00:00
oauth Accept &str for Redirect (#889) 2022-03-31 10:03:06 +02:00
print-request-response Replace set_var usage in examples (#829) 2022-03-06 12:37:00 +01:00
prometheus-metrics Replace set_var usage in examples (#829) 2022-03-06 12:37:00 +01:00
query-params-with-empty-strings FromStr based empty_string_as_none implementation (#486) 2021-11-09 13:05:31 +01:00
readme Replace set_var usage in examples (#829) 2022-03-06 12:37:00 +01:00
reverse-proxy Add note about order of extractors in the reverse-proxy example (#821) 2022-03-03 22:33:33 +01:00
routes-and-handlers-close-together Example for defining routes and handlers close together (#621) 2021-12-12 23:54:18 +01:00
sessions Replace set_var usage in examples (#829) 2022-03-06 12:37:00 +01:00
sqlx-postgres Replace set_var usage in examples (#829) 2022-03-06 12:37:00 +01:00
sse Update to tower-http 0.3.0 (#965) 2022-04-25 14:59:16 +00:00
static-file-server Update to tower-http 0.3.0 (#965) 2022-04-25 14:59:16 +00:00
stream-to-file Add "stream to file" example (#903) 2022-04-03 12:28:29 +02:00
templates Replace set_var usage in examples (#829) 2022-03-06 12:37:00 +01:00
testing Update to tower-http 0.3.0 (#965) 2022-04-25 14:59:16 +00:00
tls-rustls Replace set_var usage in examples (#829) 2022-03-06 12:37:00 +01:00
todos Update to tower-http 0.3.0 (#965) 2022-04-25 14:59:16 +00:00
tokio-postgres Replace set_var usage in examples (#829) 2022-03-06 12:37:00 +01:00
tracing-aka-logging Update to tower-http 0.3.0 (#965) 2022-04-25 14:59:16 +00:00
unix-domain-socket Fix example-unix-domain-socket on non-unix platforms (#919) 2022-04-08 11:29:52 +02:00
validator Replace set_var usage in examples (#829) 2022-03-06 12:37:00 +01:00
versioning Replace set_var usage in examples (#829) 2022-03-06 12:37:00 +01:00
websockets Update to tower-http 0.3.0 (#965) 2022-04-25 14:59:16 +00:00
README.md Restructure community showcase (#454) 2021-11-03 09:20:01 +01:00

Examples

This folder contains numerous example showing how to use axum. Each example is setup as its own crate so its dependencies are clear.

For a list of what the community built with axum, please see the list here.