mirror of
https://github.com/fafhrd91/actix-web
synced 2025-06-25 22:49:21 +02:00
Add DELETE, PATCH, OPTIONS methods to TestServerRunner (#973)
This commit is contained in:
committed by
Nikolay Kim
parent
8d17c8651f
commit
6f71409355
@ -5,6 +5,7 @@
|
||||
### Added
|
||||
|
||||
* Add `Responder` impl for `(T, StatusCode) where T: Responder`
|
||||
* Add `delete`, `options`, `patch` methods to `TestServerRunner`
|
||||
|
||||
### Changed
|
||||
|
||||
|
Reference in New Issue
Block a user