1
0
mirror of https://github.com/actix/actix-website synced 2024-11-23 16:31:08 +01:00

Fix formencoded URL (#233)

This commit is contained in:
Danny 2021-07-12 07:47:19 -04:00 committed by GitHub
parent 09ad5775ac
commit a986fa7519
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -97,4 +97,4 @@ In the following example, we read and print the request payload chunk by chunk:
[urlencoded]: https://docs.rs/actix-web/3/actix_web/dev/struct.UrlEncoded.html
[payloadextractor]: https://docs.rs/actix-web/3/actix_web/web/struct.Payload.html
[multipartcrate]: https://crates.io/crates/actix-multipart
[formencoded]:Jhttps://docs.rs/actix-web/3/actix_web/web/struct.Form.html
[formencoded]: https://docs.rs/actix-web/3/actix_web/web/struct.Form.html