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

Added HEAD, CONNECT, OPTIONS and TRACE to the codegen (#886)

* Added HEAD, CONNECT, OPTIONS and TRACE to the codegen

* Add new macros to use statement

* Add patch to supported codegen http methods

* Update CHANGES.md

Added head, options, trace, connect and patch codegen changes to CHANGES.md
This commit is contained in:
Glade Miller
2019-06-04 10:30:43 -06:00
committed by Nikolay Kim
parent 0e138e111f
commit cf217d35a8
4 changed files with 128 additions and 1 deletions

View File

@ -10,6 +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
### Changes