1
0
mirror of https://github.com/actix/actix-extras.git synced 2024-11-24 07:53:00 +01:00

Update README.md

This commit is contained in:
Nikolay Kim 2018-01-31 06:40:00 -08:00 committed by GitHub
parent db39f122be
commit e41b175e3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,12 +2,12 @@
Actix web is a small, fast, pragmatic, open source rust web framework. Actix web is a small, fast, pragmatic, open source rust web framework.
* Supported *HTTP/1.x* and *HTTP/2.0* protocols * Supported *HTTP/1.x* and [*HTTP/2.0*](https://actix.github.io/actix-web/guide/qs_13.html) protocols
* Streaming and pipelining * Streaming and pipelining
* Keep-alive and slow requests handling * Keep-alive and slow requests handling
* Client/server WebSockets support * Client/server [WebSockets](https://actix.github.io/actix-web/guide/qs_9.html) support
* Transparent content compression/decompression (br, gzip, deflate) * Transparent content compression/decompression (br, gzip, deflate)
* Configurable request routing * Configurable [request routing](https://actix.github.io/actix-web/guide/qs_5.html)
* Graceful server shutdown * Graceful server shutdown
* Multipart streams * Multipart streams
* Middlewares ([Logger](https://actix.github.io/actix-web/guide/qs_10.html#logging), * Middlewares ([Logger](https://actix.github.io/actix-web/guide/qs_10.html#logging),