axum/examples
2021-11-03 09:20:01 +01:00
..
async-graphql Reorganize method routers for handlers and services (#405) 2021-10-24 20:05:16 +00:00
chat Fix inconsistent naming of WebSocket rejections (#416) 2021-10-25 23:09:47 +00:00
customize-extractor-error Reorganize method routers for handlers and services (#405) 2021-10-24 20:05:16 +00:00
error-handling-and-dependency-injection Reorganize method routers for handlers and services (#405) 2021-10-24 20:05:16 +00:00
form Reorganize method routers for handlers and services (#405) 2021-10-24 20:05:16 +00:00
global-404-handler Stores routes in a map (#408) 2021-10-25 20:49:39 +02:00
graceful_shutdown Reorganize method routers for handlers and services (#405) 2021-10-24 20:05:16 +00:00
hello-world Revert hello-world example 2021-11-02 13:07:49 +01:00
http-proxy Add HTTP proxy example (#425) 2021-10-26 20:46:40 +02:00
jwt Reorganize method routers for handlers and services (#405) 2021-10-24 20:05:16 +00:00
key-value-store Reorganize method routers for handlers and services (#405) 2021-10-24 20:05:16 +00:00
low-level-rustls Reorganize method routers for handlers and services (#405) 2021-10-24 20:05:16 +00:00
multipart-form Reorganize method routers for handlers and services (#405) 2021-10-24 20:05:16 +00:00
oauth Reorganize method routers for handlers and services (#405) 2021-10-24 20:05:16 +00:00
print-request-response Reorganize method routers for handlers and services (#405) 2021-10-24 20:05:16 +00:00
query-params-with-empty-strings Add example showing how to handle empty vs missing query params (#443) 2021-11-02 14:42:47 +01:00
readme Add readme example project (#450) 2021-11-03 07:23:28 +00:00
reverse-proxy Reorganize method routers for handlers and services (#405) 2021-10-24 20:05:16 +00:00
sessions Reorganize method routers for handlers and services (#405) 2021-10-24 20:05:16 +00:00
sse Rework docs (#437) 2021-11-01 21:13:37 +00:00
static-file-server Rework docs (#437) 2021-11-01 21:13:37 +00:00
templates Reorganize method routers for handlers and services (#405) 2021-10-24 20:05:16 +00:00
testing Reorganize method routers for handlers and services (#405) 2021-10-24 20:05:16 +00:00
tls-rustls Fix compile time regression by boxing routes internally (#404) 2021-10-24 20:52:42 +02:00
todos Reorganize method routers for handlers and services (#405) 2021-10-24 20:05:16 +00:00
tokio-postgres Reorganize method routers for handlers and services (#405) 2021-10-24 20:05:16 +00:00
tracing-aka-logging Reorganize method routers for handlers and services (#405) 2021-10-24 20:05:16 +00:00
unix-domain-socket Reorganize method routers for handlers and services (#405) 2021-10-24 20:05:16 +00:00
validator Reorganize method routers for handlers and services (#405) 2021-10-24 20:05:16 +00:00
versioning Reorganize method routers for handlers and services (#405) 2021-10-24 20:05:16 +00:00
websockets Rework docs (#437) 2021-11-01 21:13:37 +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.