1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-08-31 17:07:01 +02:00

actix_web::test::TestRequest::set_form (#1058)

This commit is contained in:
Leland Jansen
2019-08-28 08:32:17 -07:00
committed by Nikolay Kim
parent a07cdd6533
commit c193137905
2 changed files with 38 additions and 0 deletions

View File

@@ -10,6 +10,9 @@
* Add `into_inner` to `Data`
* Add `test::TestRequest::set_form()` convenience method to automatically serialize data and set
the header in test requests.
### Changed
* `Query` payload made `pub`. Allows user to pattern-match the payload.