axum/examples
David Pedersen 028c472c84
Add Multipart extractor for consuming multipart/form-data requests (#32)
Multipart implementation on top of `multer`
2021-07-14 16:53:37 +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
error_handling_and_dependency_injection.rs Rename to axum (#28) 2021-07-09 21:36:14 +02:00
form.rs Rename to axum (#28) 2021-07-09 21:36:14 +02:00
hello_world.rs Rename to axum (#28) 2021-07-09 21:36:14 +02:00
key_value_store.rs Rename to axum (#28) 2021-07-09 21:36:14 +02:00
multipart_form.rs Add Multipart extractor for consuming multipart/form-data requests (#32) 2021-07-14 16:53:37 +02:00
README.md Rename to axum (#28) 2021-07-09 21:36:14 +02:00
static_file_server.rs Rename to axum (#28) 2021-07-09 21:36:14 +02:00
templates.rs Rename to axum (#28) 2021-07-09 21:36:14 +02:00
testing.rs Rename to axum (#28) 2021-07-09 21:36:14 +02:00
tokio_postgres.rs Rename to axum (#28) 2021-07-09 21:36:14 +02:00
versioning.rs Rename to axum (#28) 2021-07-09 21:36:14 +02:00
websocket.rs Rename to axum (#28) 2021-07-09 21:36:14 +02:00

Examples