axum/examples
David Pedersen 48d169016a Update example-tls-graceful-shutdown
Was just a matter of updating axum-server
2023-12-31 00:18:55 +01:00
..
anyhow-error-response
async-graphql
auto-reload
chat
consume-body-in-extractor-or-middleware Update to latest versions of hyper and http-body (#1882) 2023-11-23 11:03:03 +00:00
cors Update to latest versions of hyper and http-body (#1882) 2023-11-23 11:03:03 +00:00
customize-extractor-error
customize-path-rejection
dependency-injection Add dependency injection example (#2466) 2023-12-30 18:11:33 +01:00
diesel-async-postgres
diesel-postgres
error-handling Rework error handling example (#2382) 2023-12-29 01:49:13 +01:00
form
global-404-handler
graceful-shutdown Remove outdated comment 2023-12-29 17:51:14 +01:00
handle-head-request Update to latest versions of hyper and http-body (#1882) 2023-11-23 11:03:03 +00:00
hello-world
http-proxy Update example http-proxy to hyper 1.0 (#2394) 2023-12-02 16:58:31 +01:00
jwt
key-value-store Update to latest versions of hyper and http-body (#1882) 2023-11-23 11:03:03 +00:00
listen-multiple-addrs Update unix-domain-socket, listen-multiple-addrs, and testing examples (#2358) 2023-11-27 10:23:52 +01:00
low-level-openssl Update example low-level-openssl to axum 0.7 (#2376) 2023-11-29 09:51:31 +01:00
low-level-rustls Update example low-level-rustls to axum 0.7 (#2375) 2023-11-29 09:52:16 +01:00
multipart-form Update to latest versions of hyper and http-body (#1882) 2023-11-23 11:03:03 +00:00
oauth Update to latest versions of hyper and http-body (#1882) 2023-11-23 11:03:03 +00:00
parse-body-based-on-content-type
print-request-response Update to latest versions of hyper and http-body (#1882) 2023-11-23 11:03:03 +00:00
prometheus-metrics
query-params-with-empty-strings Update to latest versions of hyper and http-body (#1882) 2023-11-23 11:03:03 +00:00
readme
reqwest-response Fix comments on reqwest-response example for axum 0.7 (#2437) 2023-12-18 20:31:21 +01:00
rest-grpc-multiplex Update to latest versions of hyper and http-body (#1882) 2023-11-23 11:03:03 +00:00
reverse-proxy Update example reverse-proxy to axum 0.7 (#2395) 2023-12-02 11:48:10 +01:00
routes-and-handlers-close-together
serve-with-hyper Add example showing how to use hyper's low level API (#2338) 2023-11-23 13:39:01 +01:00
simple-router-wasm Update to latest versions of hyper and http-body (#1882) 2023-11-23 11:03:03 +00:00
sqlx-postgres
sse Add an example integration test for SSE (#2465) 2023-12-30 18:04:23 +01:00
static-file-server Add a use of route_service with ServeFile to the static-file-server example (#2361) 2023-11-27 15:49:54 +01:00
stream-to-file Update to latest versions of hyper and http-body (#1882) 2023-11-23 11:03:03 +00:00
templates
testing Fix comment in testing example 2023-11-27 10:58:03 +01:00
testing-websockets Upgrade tokio-tungstenite to 0.21 (#2435) 2023-12-18 15:13:35 +01:00
tls-graceful-shutdown Update example-tls-graceful-shutdown 2023-12-31 00:18:55 +01:00
tls-rustls Updating tls-rustls example (#2457) 2023-12-29 01:07:58 +01:00
todos Update to latest versions of hyper and http-body (#1882) 2023-11-23 11:03:03 +00:00
tokio-postgres
tracing-aka-logging Update to latest versions of hyper and http-body (#1882) 2023-11-23 11:03:03 +00:00
unix-domain-socket Update unix-domain-socket, listen-multiple-addrs, and testing examples (#2358) 2023-11-27 10:23:52 +01:00
validator Update to latest versions of hyper and http-body (#1882) 2023-11-23 11:03:03 +00:00
versioning
websockets Upgrade tokio-tungstenite to 0.21 (#2435) 2023-12-18 15:13:35 +01: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.