axum/examples
2023-03-24 15:25:29 +01:00
..
anyhow-error-response Add serve function and remove Server re-export (#1868) 2023-03-23 20:25:36 +01:00
async-graphql Remove lingering async-graphql example file 2023-01-08 16:28:45 +01:00
chat Add serve function and remove Server re-export (#1868) 2023-03-23 20:25:36 +01:00
consume-body-in-extractor-or-middleware Update to hyper 1.0-rc.3 and http-body-util 0.1.0-rc.2 2023-03-23 23:23:39 +01:00
cors Add serve function and remove Server re-export (#1868) 2023-03-23 20:25:36 +01:00
customize-extractor-error Add serve function and remove Server re-export (#1868) 2023-03-23 20:25:36 +01:00
customize-path-rejection Add serve function and remove Server re-export (#1868) 2023-03-23 20:25:36 +01:00
error-handling-and-dependency-injection Add serve function and remove Server re-export (#1868) 2023-03-23 20:25:36 +01:00
form Add serve function and remove Server re-export (#1868) 2023-03-23 20:25:36 +01:00
global-404-handler Add serve function and remove Server re-export (#1868) 2023-03-23 20:25:36 +01:00
graceful-shutdown Update to hyper 1.0-rc.3 and http-body-util 0.1.0-rc.2 2023-03-23 23:23:39 +01:00
handle-head-request Update to hyper 1.0-rc.3 and http-body-util 0.1.0-rc.2 2023-03-23 23:23:39 +01:00
hello-world Add serve function and remove Server re-export (#1868) 2023-03-23 20:25:36 +01:00
http-proxy Update to hyper 1.0-rc.3 and http-body-util 0.1.0-rc.2 2023-03-23 23:23:39 +01:00
jwt Add serve function and remove Server re-export (#1868) 2023-03-23 20:25:36 +01:00
key-value-store Add serve function and remove Server re-export (#1868) 2023-03-23 20:25:36 +01:00
listen-multiple-addrs Update to hyper 1.0-rc.3 and http-body-util 0.1.0-rc.2 2023-03-23 23:23:39 +01:00
low-level-openssl Update to hyper 1.0-rc.3 and http-body-util 0.1.0-rc.2 2023-03-23 23:23:39 +01:00
low-level-rustls Update to hyper 1.0-rc.3 and http-body-util 0.1.0-rc.2 2023-03-23 23:23:39 +01:00
multipart-form Add serve function and remove Server re-export (#1868) 2023-03-23 20:25:36 +01:00
oauth Add serve function and remove Server re-export (#1868) 2023-03-23 20:25:36 +01:00
parse-body-based-on-content-type Add serve function and remove Server re-export (#1868) 2023-03-23 20:25:36 +01:00
print-request-response Update to hyper 1.0-rc.3 and http-body-util 0.1.0-rc.2 2023-03-23 23:23:39 +01:00
prometheus-metrics Add serve function and remove Server re-export (#1868) 2023-03-23 20:25:36 +01:00
query-params-with-empty-strings Update to hyper 1.0-rc.3 and http-body-util 0.1.0-rc.2 2023-03-23 23:23:39 +01:00
readme Add serve function and remove Server re-export (#1868) 2023-03-23 20:25:36 +01:00
rest-grpc-multiplex Update to hyper 1.0-rc.3 and http-body-util 0.1.0-rc.2 2023-03-23 23:23:39 +01:00
reverse-proxy Update to hyper 1.0-rc.3 and http-body-util 0.1.0-rc.2 2023-03-23 23:23:39 +01:00
routes-and-handlers-close-together Add serve function and remove Server re-export (#1868) 2023-03-23 20:25:36 +01:00
sessions Add serve function and remove Server re-export (#1868) 2023-03-23 20:25:36 +01:00
simple-router-wasm Re-integrate examples into the root workspace (#1466) 2023-03-10 12:02:11 +01:00
sqlx-postgres Add serve function and remove Server re-export (#1868) 2023-03-23 20:25:36 +01:00
sse Add serve function and remove Server re-export (#1868) 2023-03-23 20:25:36 +01:00
static-file-server Add serve function and remove Server re-export (#1868) 2023-03-23 20:25:36 +01:00
stream-to-file Add serve function and remove Server re-export (#1868) 2023-03-23 20:25:36 +01:00
templates Add serve function and remove Server re-export (#1868) 2023-03-23 20:25:36 +01:00
testing serve also requires hyper/http1 2023-03-24 15:25:29 +01:00
testing-websockets update deps 2023-03-23 22:38:37 +01:00
tls-rustls Update to hyper 1.0-rc.3 and http-body-util 0.1.0-rc.2 2023-03-23 23:23:39 +01:00
todos Add serve function and remove Server re-export (#1868) 2023-03-23 20:25:36 +01:00
tokio-postgres Add serve function and remove Server re-export (#1868) 2023-03-23 20:25:36 +01:00
tracing-aka-logging Add serve function and remove Server re-export (#1868) 2023-03-23 20:25:36 +01:00
unix-domain-socket Update to hyper 1.0-rc.3 and http-body-util 0.1.0-rc.2 2023-03-23 23:23:39 +01:00
validator update deps 2023-03-23 22:38:37 +01:00
versioning Add serve function and remove Server re-export (#1868) 2023-03-23 20:25:36 +01:00
websockets Add serve function and remove Server re-export (#1868) 2023-03-23 20:25:36 +01: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.