mirror of
https://github.com/actix/actix-web.git
synced 2024-11-22 01:21:10 +00:00
chore: fmt
This commit is contained in:
parent
5221c1b194
commit
b9305ff59d
1 changed files with 2 additions and 3 deletions
|
@ -15,7 +15,6 @@
|
|||
|
||||
<!-- prettier-ignore-end -->
|
||||
|
||||
|
||||
## Example
|
||||
|
||||
Dependencies:
|
||||
|
@ -65,6 +64,7 @@ async fn main() -> std::io::Result<()> {
|
|||
```
|
||||
|
||||
Curl request :
|
||||
|
||||
```bash
|
||||
curl -v --request POST \
|
||||
--url http://localhost:8080/videos \
|
||||
|
@ -72,7 +72,6 @@ curl -v --request POST \
|
|||
-F file=@./Cargo.lock
|
||||
```
|
||||
|
||||
|
||||
### Examples
|
||||
|
||||
https://github.com/actix/examples/tree/master/forms/multipart
|
||||
https://github.com/actix/examples/tree/master/forms/multipart
|
||||
|
|
Loading…
Reference in a new issue