1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-26 06:57:43 +02:00

add tests for ErrorXXX helpers

This commit is contained in:
Nikolay Kim
2018-05-10 09:13:26 -07:00
parent 5f5ddc8f01
commit 76f021a6e3
3 changed files with 50 additions and 4 deletions

View File

@ -4,6 +4,8 @@
* Add `Router::with_async()` method for async handler registration.
* Added error response functions for 501,502,503,504
## 0.6.2 (2018-05-09)