1
0
mirror of https://github.com/fafhrd91/actix-web synced 2024-11-27 17:52:56 +01:00

add change to CHANGES.md

This commit is contained in:
Dursun Akkurt 2018-06-12 20:32:16 +03:00
parent 8af082d873
commit 9cc7651c22

View File

@ -4,6 +4,8 @@
### Added
* Add `ClientRequestBuilder::form()` for sending `application/x-www-form-urlencoded` requests.
* Add methods to `HttpResponse` to retrieve, add, and delete cookies
* Add `.set_content_type()` and `.set_content_disposition()` methods