mirror of
https://github.com/fafhrd91/actix-web
synced 2024-11-23 16:21:06 +01:00
343 B
343 B
CHANGES
0.2.0 (2017-10-xx)
-
Do not use
http::Uri
as it can not parse some valid paths -
Refactor response
Body
-
Refactor
RouteRecognizer
usability -
Refactor
HttpContext::write
-
Refactor
Payload
stream -
Re-use
BinaryBody
forFrame::Payload
-
Fix disconnection handling.
0.1.0 (2017-10-23)
- First release