From 1e96821b549d01d782c091dbfc2123ef1c5bc433 Mon Sep 17 00:00:00 2001 From: Nikolay Kim Date: Mon, 23 Oct 2017 09:17:24 -0700 Subject: [PATCH] update links --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 15b9c4ab5..1756be3c1 100644 --- a/README.md +++ b/README.md @@ -16,8 +16,9 @@ Actix web is licensed under the [Apache-2.0 license](http://opensource.org/licen * Streaming and pipelining support * Keep-alive and slow requests support * [WebSockets support](https://actix.github.io/actix-web/actix_web/ws/index.html) - * [Configurable request routing](https://actix.github.io/actix-web/actix_web/struct.RoutingMap.html) + * Configurable request routing * Multipart streams + * Middlewares ## Usage