Skip to content

Actix web 0.4.0

Compare
Choose a tag to compare
@fafhrd91 fafhrd91 released this 28 Feb 08:01
· 3663 commits to master since this release

Changes

  • Actix 0.5 compatibility

  • Fix request json/urlencoded loaders

  • Simplify HttpServer type definition

  • Added HttpRequest::encoding() method

  • Added HttpRequest::mime_type() method

  • Added HttpRequest::uri_mut(), allows to modify request uri

  • Added StaticFiles::index_file()

  • Added http client

  • Added websocket client

  • Added TestServer::ws(), test websockets client

  • Added TestServer http client support

  • Allow to override content encoding on application level