1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-06-12 02:09:36 +00: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