mirror of
https://github.com/actix/actix-web.git
synced 2024-11-22 09:31: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 -->
|
<!-- prettier-ignore-end -->
|
||||||
|
|
||||||
|
|
||||||
## Example
|
## Example
|
||||||
|
|
||||||
Dependencies:
|
Dependencies:
|
||||||
|
@ -65,6 +64,7 @@ async fn main() -> std::io::Result<()> {
|
||||||
```
|
```
|
||||||
|
|
||||||
Curl request :
|
Curl request :
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
curl -v --request POST \
|
curl -v --request POST \
|
||||||
--url http://localhost:8080/videos \
|
--url http://localhost:8080/videos \
|
||||||
|
@ -72,7 +72,6 @@ curl -v --request POST \
|
||||||
-F file=@./Cargo.lock
|
-F file=@./Cargo.lock
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
### Examples
|
### 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