1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-25 22:49:21 +02:00

fix request json loader; mime_type() method

This commit is contained in:
Nikolay Kim
2018-01-25 21:50:28 -08:00
parent e8e2ca1526
commit 4abb769ee5
3 changed files with 50 additions and 3 deletions

View File

@ -1,5 +1,12 @@
# Changes
## 0.3.4 (2018-..-..)
* Fix request json loader
* Added HttpRequest::mime_type() method
## 0.3.3 (2018-01-25)
* Stop processing any events after context stop