axum/examples
Spencer Gilbert 3cd0c0fd45
Set RUST_LOG environment var for all examples using tracing (#123)
* Set RUST_LOG environment var for all examples using tracing

Signed-off-by: Spencer Gilbert <spencer.gilbert@gmail.com>

* Update examples/multipart_form.rs

Co-authored-by: David Pedersen <david.pdrsn@gmail.com>
2021-08-05 11:25:03 +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 Set RUST_LOG environment var for all examples using tracing (#123) 2021-08-05 11:25:03 +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 Set RUST_LOG environment var for all examples using tracing (#123) 2021-08-05 11:25:03 +02:00
form.rs Set RUST_LOG environment var for all examples using tracing (#123) 2021-08-05 11:25:03 +02:00
hello_world.rs Set RUST_LOG environment var for all examples using tracing (#123) 2021-08-05 11:25:03 +02:00
key_value_store.rs Set RUST_LOG environment var for all examples using tracing (#123) 2021-08-05 11:25:03 +02:00
multipart_form.rs Set RUST_LOG environment var for all examples using tracing (#123) 2021-08-05 11:25:03 +02:00
README.md Add async-graphql example (#93) 2021-08-04 12:10:20 +02:00
sessions.rs Set RUST_LOG environment var for all examples using tracing (#123) 2021-08-05 11:25:03 +02:00
sse.rs Set RUST_LOG environment var for all examples using tracing (#123) 2021-08-05 11:25:03 +02:00
static_file_server.rs Set RUST_LOG environment var for all examples using tracing (#123) 2021-08-05 11:25:03 +02:00
templates.rs Set RUST_LOG environment var for all examples using tracing (#123) 2021-08-05 11:25:03 +02:00
testing.rs Set RUST_LOG environment var for all examples using tracing (#123) 2021-08-05 11:25:03 +02:00
tls_rustls.rs Set RUST_LOG environment var for all examples using tracing (#123) 2021-08-05 11:25:03 +02:00
todos.rs Set RUST_LOG environment var for all examples using tracing (#123) 2021-08-05 11:25:03 +02:00
tokio_postgres.rs Set RUST_LOG environment var for all examples using tracing (#123) 2021-08-05 11:25:03 +02:00
unix_domain_socket.rs Set RUST_LOG environment var for all examples using tracing (#123) 2021-08-05 11:25:03 +02:00
versioning.rs Set RUST_LOG environment var for all examples using tracing (#123) 2021-08-05 11:25:03 +02:00
websocket.rs Set RUST_LOG environment var for all examples using tracing (#123) 2021-08-05 11:25:03 +02:00

Examples