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:
committed by
Nikolay Kim
parent
0e138e111f
commit
cf217d35a8
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user