From e41b175e3d905ec29417aa0efb7157424d4f3dcc Mon Sep 17 00:00:00 2001 From: Nikolay Kim Date: Wed, 31 Jan 2018 06:40:00 -0800 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 18b7b9ef3..8b40395c2 100644 --- a/README.md +++ b/README.md @@ -2,12 +2,12 @@ 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 * 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) -* Configurable request routing +* Configurable [request routing](https://actix.github.io/actix-web/guide/qs_5.html) * Graceful server shutdown * Multipart streams * Middlewares ([Logger](https://actix.github.io/actix-web/guide/qs_10.html#logging),