Skip to content

Commit

Permalink
chore: fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
robjtede committed Jun 7, 2024
1 parent 5221c1b commit b9305ff
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions actix-multipart/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@

<!-- prettier-ignore-end -->


## Example

Dependencies:
Expand Down Expand Up @@ -65,14 +64,14 @@ async fn main() -> std::io::Result<()> {
```

Curl request :

```bash
curl -v --request POST \
--url http://localhost:8080/videos \
-F 'json={"name": "Cargo.lock"};type=application/json' \
-F file=@./Cargo.lock
```


### Examples

https://github.com/actix/examples/tree/master/forms/multipart
https://github.com/actix/examples/tree/master/forms/multipart

0 comments on commit b9305ff

Please sign in to comment.