1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-25 22:49:21 +02:00

add test for form extractor

This commit is contained in:
Dursun Akkurt
2018-06-13 01:33:28 +03:00
parent 45b408526c
commit 0a080d9fb4
2 changed files with 26 additions and 0 deletions

View File

@ -6,6 +6,8 @@
* Add `ClientRequestBuilder::form()` for sending `application/x-www-form-urlencoded` requests.
* Add method to configure custom error handler to Form extractor.
* Add methods to `HttpResponse` to retrieve, add, and delete cookies
* Add `.set_content_type()` and `.set_content_disposition()` methods