axum/examples
Jonas Platte 5adb277a19
WIP
2022-11-05 14:18:30 +01:00
..
anyhow-error-response Add example showing how to return anyhow::Errors (#1398) 2022-09-19 20:42:08 +00:00
async-graphql Add type safe state extractor (#1155) 2022-08-17 15:13:31 +00:00
chat Add type safe state extractor (#1155) 2022-08-17 15:13:31 +00:00
consume-body-in-extractor-or-middleware WIP 2022-11-05 14:18:30 +01:00
cors Bump MSRV to 1.56 and update to the 2021 edition (#1098) 2022-06-17 20:11:35 +02:00
customize-extractor-error WIP 2022-11-05 14:18:30 +01:00
customize-path-rejection WIP 2022-11-05 14:18:30 +01:00
error-handling-and-dependency-injection WIP 2022-11-05 14:18:30 +01:00
form Bump MSRV to 1.56 and update to the 2021 edition (#1098) 2022-06-17 20:11:35 +02:00
global-404-handler Add type safe state extractor (#1155) 2022-08-17 15:13:31 +00:00
graceful-shutdown Bump MSRV to 1.56 and update to the 2021 edition (#1098) 2022-06-17 20:11:35 +02:00
handle-head-request Use RequestPartsExt more in docs / examples (#1445) 2022-10-04 17:26:51 +00:00
hello-world Bump MSRV to 1.56 and update to the 2021 edition (#1098) 2022-06-17 20:11:35 +02:00
http-proxy Split RouterService off of Router (#1381) 2022-09-22 12:10:55 +02:00
jwt WIP 2022-11-05 14:18:30 +01:00
key-value-store Allow Routers to inherit state (#1368) 2022-09-25 11:56:23 +00:00
listen-multiple-addrs Add example for multiple listen addrs (#1179) 2022-07-20 18:33:12 +00:00
low-level-rustls Improve performance in low-level-rustls example (#1254) 2022-08-12 11:57:59 +00:00
multipart-form Remove ContentLengthLimit (#1400) 2022-09-24 11:29:53 +00:00
oauth WIP 2022-11-05 14:18:30 +01:00
parse-body-based-on-content-type WIP 2022-11-05 14:18:30 +01:00
print-request-response Bump MSRV to 1.56 and update to the 2021 edition (#1098) 2022-06-17 20:11:35 +02:00
prometheus-metrics Start second server on different port for metrics endpoint (#1444) 2022-10-08 01:28:32 +02:00
query-params-with-empty-strings Split RouterService off of Router (#1381) 2022-09-22 12:10:55 +02:00
readme Bump MSRV to 1.56 and update to the 2021 edition (#1098) 2022-06-17 20:11:35 +02:00
rest-grpc-multiplex Split RouterService off of Router (#1381) 2022-09-22 12:10:55 +02:00
reverse-proxy Add type safe state extractor (#1155) 2022-08-17 15:13:31 +00:00
routes-and-handlers-close-together Add type safe state extractor (#1155) 2022-08-17 15:13:31 +00:00
sessions WIP 2022-11-05 14:18:30 +01:00
simple-router-wasm Add tokio feature & make tokio optional for WASM support (#1382) 2022-09-25 15:10:33 +00:00
sqlx-postgres WIP 2022-11-05 14:18:30 +01:00
sse Add type safe state extractor (#1155) 2022-08-17 15:13:31 +00:00
static-file-server Expand static file serving example (#1471) 2022-10-11 07:42:48 +00:00
stream-to-file Allow Routers to inherit state (#1368) 2022-09-25 11:56:23 +00:00
templates Bump MSRV to 1.56 and update to the 2021 edition (#1098) 2022-06-17 20:11:35 +02:00
testing Split RouterService off of Router (#1381) 2022-09-22 12:10:55 +02:00
tls-rustls Add type safe state extractor (#1155) 2022-08-17 15:13:31 +00:00
todos Only allow last extractor to mutate the request (#1272) 2022-08-22 12:23:20 +02:00
tokio-postgres WIP 2022-11-05 14:18:30 +01:00
tracing-aka-logging Bump MSRV to 1.56 and update to the 2021 edition (#1098) 2022-06-17 20:11:35 +02:00
unix-domain-socket Bump MSRV to 1.56 and update to the 2021 edition (#1098) 2022-06-17 20:11:35 +02:00
validator WIP 2022-11-05 14:18:30 +01:00
versioning WIP 2022-11-05 14:18:30 +01:00
websockets Add type safe state extractor (#1155) 2022-08-17 15:13:31 +00:00
Cargo.toml Replace async-graphql with link to async-graphql's own examples (#1234) 2022-08-09 14:56:50 +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.