axum/examples
2021-08-04 12:10:20 +02:00
..
async-graphql Add async-graphql example (#93) 2021-08-04 12:10:20 +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 Add 404 page example (#97) 2021-08-03 17:00:21 +02:00
chat.rs Use tuple destructuring in chat example (#105) 2021-08-03 22:21:18 +02:00
error_handling_and_dependency_injection.rs Make it clear how to run all examples (#92) 2021-08-02 23:09:09 +02:00
form.rs Make it clear how to run all examples (#92) 2021-08-02 23:09:09 +02:00
hello_world.rs Make it clear how to run all examples (#92) 2021-08-02 23:09:09 +02:00
key_value_store.rs Make it clear how to run all examples (#92) 2021-08-02 23:09:09 +02:00
multipart_form.rs Make it clear how to run all examples (#92) 2021-08-02 23:09:09 +02:00
README.md Add async-graphql example (#93) 2021-08-04 12:10:20 +02:00
sessions.rs Make it clear how to run all examples (#92) 2021-08-02 23:09:09 +02:00
sse.rs Fix typos found by typos-cli (#113) 2021-08-04 12:09:39 +02:00
static_file_server.rs Fix typos found by typos-cli (#113) 2021-08-04 12:09:39 +02:00
templates.rs Make it clear how to run all examples (#92) 2021-08-02 23:09:09 +02:00
testing.rs Make it clear how to run all examples (#92) 2021-08-02 23:09:09 +02:00
tls_rustls.rs Make it clear how to run all examples (#92) 2021-08-02 23:09:09 +02:00
todos.rs Make it clear how to run all examples (#92) 2021-08-02 23:09:09 +02:00
tokio_postgres.rs Make it clear how to run all examples (#92) 2021-08-02 23:09:09 +02:00
unix_domain_socket.rs Make it clear how to run all examples (#92) 2021-08-02 23:09:09 +02:00
versioning.rs Make it clear how to run all examples (#92) 2021-08-02 23:09:09 +02:00
websocket.rs Fix typos found by typos-cli (#113) 2021-08-04 12:09:39 +02:00

Examples