axum/examples
David Pedersen 5c12328892
Replace hyper::Server with axum::Server in docs (#118)
* Replace `hyper::Server` with `axum::Server` in docs

* Change readme as well
2021-08-04 15:38:51 +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 Replace hyper::Server with axum::Server in docs (#118) 2021-08-04 15:38:51 +02:00
chat.rs Replace hyper::Server with axum::Server in docs (#118) 2021-08-04 15:38:51 +02:00
error_handling_and_dependency_injection.rs Replace hyper::Server with axum::Server in docs (#118) 2021-08-04 15:38:51 +02:00
form.rs Replace hyper::Server with axum::Server in docs (#118) 2021-08-04 15:38:51 +02:00
hello_world.rs Replace hyper::Server with axum::Server in docs (#118) 2021-08-04 15:38:51 +02:00
key_value_store.rs Replace hyper::Server with axum::Server in docs (#118) 2021-08-04 15:38:51 +02:00
multipart_form.rs Replace hyper::Server with axum::Server in docs (#118) 2021-08-04 15:38:51 +02:00
README.md Add async-graphql example (#93) 2021-08-04 12:10:20 +02:00
sessions.rs Replace hyper::Server with axum::Server in docs (#118) 2021-08-04 15:38:51 +02:00
sse.rs Replace hyper::Server with axum::Server in docs (#118) 2021-08-04 15:38:51 +02:00
static_file_server.rs Replace hyper::Server with axum::Server in docs (#118) 2021-08-04 15:38:51 +02:00
templates.rs Replace hyper::Server with axum::Server in docs (#118) 2021-08-04 15:38:51 +02:00
testing.rs Replace hyper::Server with axum::Server in docs (#118) 2021-08-04 15:38:51 +02:00
tls_rustls.rs Make it clear how to run all examples (#92) 2021-08-02 23:09:09 +02:00
todos.rs Replace hyper::Server with axum::Server in docs (#118) 2021-08-04 15:38:51 +02:00
tokio_postgres.rs Replace hyper::Server with axum::Server in docs (#118) 2021-08-04 15:38:51 +02:00
unix_domain_socket.rs Replace hyper::Server with axum::Server in docs (#118) 2021-08-04 15:38:51 +02:00
versioning.rs Replace hyper::Server with axum::Server in docs (#118) 2021-08-04 15:38:51 +02:00
websocket.rs Replace hyper::Server with axum::Server in docs (#118) 2021-08-04 15:38:51 +02:00

Examples