https://github.com/actix/actix-web<p>I am happy to announce actix web - 0.3 release!<p>It is complete redesign of the actix web framework. It got a lot of new futures, like http/2 support via just release h2 create or better streaming support. A lot of performance related work has been done, actix web now as fast as raw hyper server on normal load and faster on pipelined load.<p>New user documentation has been added and a lot of examples. It can be used with diesel and redis.<p>Features:<p>* Supported HTTP/1.x and HTTP/2.0 protocols<p>* Streaming and pipelining<p>* Keep-alive and slow requests handling<p>* WebSockets<p>* Transparent content compression/decompression (br, gzip, deflate)<p>* Configurable request routing<p>* Graceful server shutdown<p>* Multipart streams<p>* Middlewares (Logger, Session, DefaultHeaders, CORS)