1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-08-31 17:07:01 +02:00

prep test server release

This commit is contained in:
Nikolay Kim
2019-07-16 10:21:52 +06:00
parent 6f71409355
commit c45728ac01
4 changed files with 10 additions and 8 deletions

View File

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