1
0
Fork 0
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:
Rob Ede 2024-06-07 16:04:04 +01:00
parent 5221c1b194
commit b9305ff59d
No known key found for this signature in database
GPG key ID: 97C636207D3EF933

View file

@ -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