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

prepare actix-web-codegen release

This commit is contained in:
Nikolay Kim
2019-06-04 22:33:43 +06:00
parent cf217d35a8
commit a771540b16
3 changed files with 7 additions and 3 deletions

View File

@ -10,8 +10,8 @@
* Add `test::TestRequest::set_json()` convenience method to automatically
serialize data and set header in test requests.
* Add codegen now supports head, options, trace, connect and patch http methods
* Add macros for head, options, trace, connect and patch http methods
### Changes