# Examples of using routerify-multipart
These examples show of how to do common tasks using `routerify-multipart`.
Please visit: [Docs](https://docs.rs/routerify-multipart) for the documentation.
Run an example:
```sh
cargo run --example example_name
```
* [`simple_example`](simple_example.rs) - A basic example using `routerify-multipart`.
* [`prevent_ddos_attack`](prevent_ddos_attack.rs) - Shows how to apply some rules to prevent potential `DDoS` attack while handling `multipart/form-data`.