1
0
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:
Andrea Corradi
2019-07-16 06:19:28 +02:00
committed by Nikolay Kim
parent 8d17c8651f
commit 6f71409355
2 changed files with 31 additions and 0 deletions

View File

@ -5,6 +5,7 @@
### Added
* Add `Responder` impl for `(T, StatusCode) where T: Responder`
* Add `delete`, `options`, `patch` methods to `TestServerRunner`
### Changed