routerify-multipart 3.0.0

A multipart/form-data parser for Routerify.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# 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`.