1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-06-11 09:49:29 +00:00

update readme

This commit is contained in:
Nikolay Kim 2017-12-17 10:03:37 -08:00
parent 9821c6ea90
commit 1a51f75ecc

View file

@ -34,7 +34,10 @@ fn main() {
* Transparent content compression/decompression (br, gzip, deflate)
* Configurable request routing
* Multipart streams
* Middlewares (Logger, Session, DefaultHeaders)
* Middlewares (
[Logger](https://actix.github.io/actix-web/guide/qs_10.html#logging),
[Session](https://actix.github.io/actix-web/guide/qs_10.html#user-sessions),
[DefaultHeaders](https://actix.github.io/actix-web/guide/qs_10.html#default-headers))
* Built on top of [Actix](https://github.com/actix/actix).
## Benchmarks