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

Update README.md

This commit is contained in:
Nikolay Kim 2017-10-08 00:17:34 -07:00 committed by GitHub
parent c12669a435
commit 3036152581

View File

@ -15,7 +15,7 @@ Actix Http is licensed under the [Apache-2.0 license](http://opensource.org/lice
* HTTP 1.1 and 1.0 support
* Streaming and pipelining support
* [WebSockets support](https://fafhrd91.github.io/actix-http/actix_http/ws/index.html)
* Configurable request routing
* [Configurable request routing](https://fafhrd91.github.io/actix-http/actix_http/struct.RoutingMap.html)
## Usage