mirror of https://github.com/fafhrd91/actix-web
739 B
739 B
Changes
0.3.0 (2017-xx-xx)
-
HTTP/2 Support
-
Refactor error handling
-
Asynchronous middlewares
-
Refactor logger middleware
-
Content compression/decompression (br, gzip, deflate)
0.2.1 (2017-11-03)
-
Allow to start tls server with
HttpServer::serve_tls -
Export
Frameenum -
Add conversion impl from
HttpResponseandBinaryBodyto aFrame
0.2.0 (2017-10-30)
-
Do not use
http::Urias it can not parse some valid paths -
Refactor response
Body -
Refactor
RouteRecognizerusability -
Refactor
HttpContext::write -
Refactor
Payloadstream -
Re-use
BinaryBodyforFrame::Payload -
Stop http actor on
write_eof -
Fix disconnection handling.
0.1.0 (2017-10-23)
- First release