Skip to content

Actix web 0.2.0

Compare
Choose a tag to compare
@fafhrd91 fafhrd91 released this 31 Oct 03:44
· 4322 commits to master since this release

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 for Frame::Payload

  • Stop http actor on write_eof

  • Fix disconnection handling.