mirror of
https://github.com/tokio-rs/axum.git
synced 2025-01-11 12:31:25 +01:00
Update examples readme
This commit is contained in:
parent
e4a0199c76
commit
21db427077
1 changed files with 2 additions and 0 deletions
|
@ -1,8 +1,10 @@
|
|||
# Examples
|
||||
|
||||
- [`hello_world`](../examples/hello_world.rs) - Very small getting started app.
|
||||
- [`todos`](../examples/todos.rs) - Provides a RESTful web server managing some Todos.
|
||||
- [`key_value_store`](../examples/key_value_store.rs) - Slightly larger app with an in-memory key/value store.
|
||||
- [`form`](../examples/form.rs) - Receiving data from an HTML `<form>`.
|
||||
- [`multipart_form`](../examples/multipart_form.rs) - How to parse `multipart/form-data` forms.
|
||||
- [`static_file_server`](../examples/static_file_server.rs) - Serving static files from a directory. Could for example be the baseline for a single page app.
|
||||
- [`templates`](../examples/templates.rs) - Rending HTML templates using [askama](https://crates.io/crates/askama).
|
||||
- [`testing`](../examples/testing.rs) - How to test axum apps.
|
||||
|
|
Loading…
Reference in a new issue