axum/examples
Harrison Burt 292d174a73
correct hyper link to add the .rs suffix. (#183)
This fixes the broken redirect for `tracing_aka_logging` which current redirects to what it thinks is a folder instead of a file, resulting in a 404.
2021-08-15 22:55:33 +02:00
..
async-graphql Replace hyper::Server with axum::Server in docs (#118) 2021-08-04 15:38:51 +02:00
chat Add chat example (#78) 2021-08-01 22:42:34 +02:00
self_signed_certs Add TLS example (with rustls) (#57) 2021-08-01 08:32:47 +02:00
sse Server-Sent Events (#75) 2021-08-01 21:49:17 +02:00
templates Add HTML template example (#17) 2021-06-13 13:58:12 +02:00
websocket Add support for websockets (#3) 2021-06-12 20:50:30 +02:00
404.rs Handle METHOD_NOT_ALLOWED in 404 example (#131) 2021-08-06 01:15:23 +02:00
chat.rs Make ws::Message an enum for easier frame type matching (#116) 2021-08-07 19:47:22 +02:00
error_handling_and_dependency_injection.rs Support returning any http_body::Body from IntoResponse (#86) 2021-08-07 18:03:21 +02:00
form.rs Simplify tracing-subscriber initialization (#128) 2021-08-05 19:43:03 +02:00
hello_world.rs Revert hello_world example 2021-08-10 10:03:29 +02:00
key_value_store.rs Use tower http auth layer in kv store example (#171) 2021-08-10 09:46:09 +02:00
multipart_form.rs Simplify tracing-subscriber initialization (#128) 2021-08-05 19:43:03 +02:00
oauth.rs Add oauth2 example (#144) 2021-08-08 17:22:24 +02:00
README.md correct hyper link to add the .rs suffix. (#183) 2021-08-15 22:55:33 +02:00
sessions.rs Simplify tracing-subscriber initialization (#128) 2021-08-05 19:43:03 +02:00
sse.rs Implement SSE using responses (#98) 2021-08-14 17:29:09 +02:00
static_file_server.rs Move methods from ServiceExt to RoutingDsl (#160) 2021-08-08 14:30:51 +02:00
templates.rs Support returning any http_body::Body from IntoResponse (#86) 2021-08-07 18:03:21 +02:00
testing.rs Simplify tracing-subscriber initialization (#128) 2021-08-05 19:43:03 +02:00
tls_rustls.rs Simplify tracing-subscriber initialization (#128) 2021-08-05 19:43:03 +02:00
todos.rs Move methods from ServiceExt to RoutingDsl (#160) 2021-08-08 14:30:51 +02:00
tokio_postgres.rs Correctly handle HEAD requests (#129) 2021-08-15 20:27:13 +02:00
tracing_aka_logging.rs Add dedicated tracing/logging example (#155) 2021-08-07 22:11:55 +02:00
unix_domain_socket.rs Simplify tracing-subscriber initialization (#128) 2021-08-05 19:43:03 +02:00
versioning.rs Support returning any http_body::Body from IntoResponse (#86) 2021-08-07 18:03:21 +02:00
websocket.rs Move methods from ServiceExt to RoutingDsl (#160) 2021-08-08 14:30:51 +02:00

Examples

Community showcase

  • Houseflow: House automation platform written in Rust.