axum/examples
Alex Butler dadb14689a Update tokio-tungstenite to 0.19 (#2021)
Co-authored-by: David Pedersen <david.pdrsn@gmail.com>
2023-07-17 09:38:08 +02:00
..
anyhow-error-response Re-integrate examples into the root workspace (#1466) 2023-03-10 12:02:11 +01:00
async-graphql Remove lingering async-graphql example file 2023-01-08 16:28:45 +01:00
chat Re-integrate examples into the root workspace (#1466) 2023-03-10 12:02:11 +01:00
consume-body-in-extractor-or-middleware Re-integrate examples into the root workspace (#1466) 2023-03-10 12:02:11 +01:00
cors Re-integrate examples into the root workspace (#1466) 2023-03-10 12:02:11 +01:00
customize-extractor-error Re-integrate examples into the root workspace (#1466) 2023-03-10 12:02:11 +01:00
customize-path-rejection Re-integrate examples into the root workspace (#1466) 2023-03-10 12:02:11 +01:00
diesel-async-postgres Update diesel-async 2023-07-16 00:00:22 +02:00
diesel-postgres Add a diesel and diesel-async example (#1853) 2023-03-28 17:32:00 +02:00
error-handling-and-dependency-injection Re-integrate examples into the root workspace (#1466) 2023-03-10 12:02:11 +01:00
form Re-integrate examples into the root workspace (#1466) 2023-03-10 12:02:11 +01:00
global-404-handler Re-integrate examples into the root workspace (#1466) 2023-03-10 12:02:11 +01:00
graceful-shutdown Re-integrate examples into the root workspace (#1466) 2023-03-10 12:02:11 +01:00
handle-head-request Re-integrate examples into the root workspace (#1466) 2023-03-10 12:02:11 +01:00
hello-world Re-integrate examples into the root workspace (#1466) 2023-03-10 12:02:11 +01:00
http-proxy Refactor initializing tracing-subscriber in examples (#1596) 2022-11-30 10:46:19 +01:00
hyper-1-0 Update to hyper 1.0.0-rc.4 2023-07-15 23:58:45 +02:00
jwt Refactor initializing tracing-subscriber in examples (#1596) 2022-11-30 10:46:19 +01:00
key-value-store Re-integrate examples into the root workspace (#1466) 2023-03-10 12:02:11 +01:00
listen-multiple-addrs Add example for multiple listen addrs (#1179) 2022-07-20 18:33:12 +00:00
low-level-openssl Update to syn 2 (#1862) 2023-03-18 19:23:27 +00:00
low-level-rustls Update to syn 2 (#1862) 2023-03-18 19:23:27 +00:00
multipart-form Re-integrate examples into the root workspace (#1466) 2023-03-10 12:02:11 +01:00
oauth Refactor initializing tracing-subscriber in examples (#1596) 2022-11-30 10:46:19 +01:00
parse-body-based-on-content-type Re-integrate examples into the root workspace (#1466) 2023-03-10 12:02:11 +01:00
print-request-response Re-integrate examples into the root workspace (#1466) 2023-03-10 12:02:11 +01:00
prometheus-metrics Re-integrate examples into the root workspace (#1466) 2023-03-10 12:02:11 +01:00
query-params-with-empty-strings Re-integrate examples into the root workspace (#1466) 2023-03-10 12:02:11 +01:00
readme Re-integrate examples into the root workspace (#1466) 2023-03-10 12:02:11 +01:00
rest-grpc-multiplex Update rest-grpc-multiplex example to include reflection (#1902) 2023-04-01 20:49:36 +02:00
reverse-proxy Re-integrate examples into the root workspace (#1466) 2023-03-10 12:02:11 +01:00
routes-and-handlers-close-together Re-integrate examples into the root workspace (#1466) 2023-03-10 12:02:11 +01:00
sessions Re-integrate examples into the root workspace (#1466) 2023-03-10 12:02:11 +01:00
simple-router-wasm Re-integrate examples into the root workspace (#1466) 2023-03-10 12:02:11 +01:00
sqlx-postgres Re-integrate examples into the root workspace (#1466) 2023-03-10 12:02:11 +01:00
sse Re-integrate examples into the root workspace (#1466) 2023-03-10 12:02:11 +01:00
static-file-server Re-integrate examples into the root workspace (#1466) 2023-03-10 12:02:11 +01:00
stream-to-file Re-integrate examples into the root workspace (#1466) 2023-03-10 12:02:11 +01:00
templates Re-integrate examples into the root workspace (#1466) 2023-03-10 12:02:11 +01:00
testing Update to tower-http 0.4 (#1783) 2023-02-24 20:51:30 +00:00
testing-websockets Update tokio-tungstenite to 0.19 (#2021) 2023-07-17 09:38:08 +02:00
tls-rustls Re-integrate examples into the root workspace (#1466) 2023-03-10 12:02:11 +01:00
todos Re-integrate examples into the root workspace (#1466) 2023-03-10 12:02:11 +01:00
tokio-postgres Re-integrate examples into the root workspace (#1466) 2023-03-10 12:02:11 +01:00
tracing-aka-logging Log built-in rejections (#1890) 2023-04-11 16:57:49 +02:00
unix-domain-socket Re-integrate examples into the root workspace (#1466) 2023-03-10 12:02:11 +01:00
validator Update to syn 2 (#1862) 2023-03-18 19:23:27 +00:00
versioning Re-integrate examples into the root workspace (#1466) 2023-03-10 12:02:11 +01:00
websockets Update tokio-tungstenite to 0.19 (#2021) 2023-07-17 09:38:08 +02: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.