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

allow to set default content encoding on application level

This commit is contained in:
Nikolay Kim
2018-02-18 22:23:17 -08:00
parent 816c6fb0e0
commit edd114f6e4
11 changed files with 73 additions and 21 deletions

View File

@@ -1,15 +1,25 @@
# Changes
## 0.3.4 (2018-..-..)
## 0.4.0 (2018-02-..)
* Actix 0.5 compatibility
* Fix request json loader
* Simplify HttpServer type definition
* Added HttpRequest::mime_type() method
* Added HttpRequest::uri_mut(), allows to modify request uri
* Added StaticFiles::index_file()
* Added basic websocket client
* Added TestServer::ws(), test websockets client
* Allow to override content encoding on application level
## 0.3.3 (2018-01-25)