mirror of
https://github.com/fafhrd91/actix-web
synced 2025-06-26 06:57:43 +02:00
feat: Html responder (#3399)
This commit is contained in:
@ -19,8 +19,6 @@ Multipart form support for Actix Web.
|
||||
|
||||
## Examples
|
||||
|
||||
[More available in the examples repo →](https://github.com/actix/examples/tree/master/forms/multipart)
|
||||
|
||||
```rust
|
||||
use actix_web::{post, App, HttpServer, Responder};
|
||||
|
||||
@ -58,6 +56,8 @@ async fn main() -> std::io::Result<()> {
|
||||
|
||||
<!-- cargo-rdme end -->
|
||||
|
||||
[More available in the examples repo →](https://github.com/actix/examples/tree/master/forms/multipart)
|
||||
|
||||
Curl request :
|
||||
|
||||
```bash
|
||||
|
Reference in New Issue
Block a user