Releases: actix/actix-web
Releases · actix/actix-web
Actix web 0.2.1
Changes
0.2.1 (2017-11-03)
-
Allow to start tls server with
HttpServer::serve_tls
-
Export
Frame
enum -
Add conversion impl from
HttpResponse
andBinaryBody
to aFrame
Actix web 0.2.0
Changes
0.2.0 (2017-10-30)
-
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
-
Stop http actor on
write_eof
-
Fix disconnection handling.