1
0
mirror of https://github.com/fafhrd91/actix-web synced 2024-11-23 16:21:06 +01:00

update links

This commit is contained in:
Nikolay Kim 2017-10-23 09:17:24 -07:00
parent 3f6949baa9
commit 1e96821b54

View File

@ -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