1
0
Fork 0
mirror of https://github.com/tokio-rs/axum.git synced 2025-02-19 11:39:53 +01:00
axum/examples
2024-12-18 15:15:55 -05:00
..
anyhow-error-response
async-graphql
auto-reload
chat Upgrade tokio-tungstenite to 0.26 () 2024-12-18 15:15:55 -05:00
compression
consume-body-in-extractor-or-middleware
cors
customize-extractor-error
customize-path-rejection
dependency-injection
diesel-async-postgres
diesel-postgres
error-handling
form
global-404-handler
graceful-shutdown
handle-head-request
hello-world
http-proxy
jwt Remove once_cell from jwt example () 2024-11-11 16:57:10 +00:00
key-value-store
low-level-native-tls
low-level-openssl
low-level-rustls Update low-level-rustls example () 2024-11-11 16:55:43 +00:00
mongodb
multipart-form
oauth Add a separate trait for optional extractors () 2024-12-10 02:54:59 +00:00
parse-body-based-on-content-type
print-request-response
prometheus-metrics
query-params-with-empty-strings
readme
request-id
reqwest-response
rest-grpc-multiplex
reverse-proxy
routes-and-handlers-close-together
serve-with-hyper Remove unneeded macro usage () 2024-10-17 16:47:51 +02:00
simple-router-wasm
sqlx-postgres
sse
static-file-server
stream-to-file
templates
templates-minijinja
testing
testing-websockets Upgrade tokio-tungstenite to 0.26 () 2024-12-18 15:15:55 -05:00
tls-graceful-shutdown
tls-rustls
todos Simplify todos_index in todos example () 2024-11-26 18:56:29 +01:00
tokio-postgres examples: Upgrade bb8-postgres deps () 2024-12-09 22:36:47 -05:00
tokio-redis
tracing-aka-logging
unix-domain-socket Make serve generic over the listener and IO types () 2024-11-30 23:47:13 +01:00
validator
versioning
websockets Upgrade tokio-tungstenite to 0.26 () 2024-12-18 15:15:55 -05:00
websockets-http2 Upgrade tokio-tungstenite to 0.26 () 2024-12-18 15:15:55 -05:00
README.md

Examples

This folder contains numerous examples 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.