1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-11-22 09:31:10 +00: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 * Streaming and pipelining support
* Keep-alive and slow requests support * Keep-alive and slow requests support
* [WebSockets support](https://actix.github.io/actix-web/actix_web/ws/index.html) * [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 * Multipart streams
* Middlewares
## Usage ## Usage