1
0
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:
Rob Ede
2024-06-11 00:36:46 +01:00
committed by GitHub
parent 0ce488e57a
commit 188206a903
5 changed files with 72 additions and 3 deletions

View File

@ -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 &rarr;](https://github.com/actix/examples/tree/master/forms/multipart)
Curl request :
```bash