Actix-web 1.0 release, quick and easy Rust Web framework

Actix-web 1.0 release, this version is the biggest change compared to 0.7:

Actix-web outdated actix from its dependencies, but you can still use actix ad-hoc. Now it's dependencies like this: futures & tokio -> actix-rt (actix runtime) -> actix-net -> actix-web.

In this regard a more detailed discussion, see:

  • https://github.com/actix/actix-web/issues/722#issuecomment-471765201

Actix-web Rust is a simple, practical and extremely fast Web framework.

  • Supports HTTP / 1.x and HTTP / 2.0 protocol

  • Streaming 和 pipelining

  • Keep-alive request processing and slow

  • Client / server support WebSockets

  • Transparent content compression / decompression (br, gzip, deflate)

  • Request routing Configurable

  • Multipart stream

  • Static resources

  • OpenSSL SSL support ornative-tls

  • Middleware (Logger, Session, CORS, CSRF etc.)

  • Including asynchronous HTTP client

  • Actix actor framework built on top

Guess you like

Origin www.oschina.net/news/107240/actix-web-1-0-released