mirror of
https://github.com/actix/actix-web.git
synced 2024-11-26 03:21:08 +00:00
update readme
This commit is contained in:
parent
9821c6ea90
commit
1a51f75ecc
1 changed files with 4 additions and 1 deletions
|
@ -34,7 +34,10 @@ fn main() {
|
||||||
* Transparent content compression/decompression (br, gzip, deflate)
|
* Transparent content compression/decompression (br, gzip, deflate)
|
||||||
* Configurable request routing
|
* Configurable request routing
|
||||||
* Multipart streams
|
* 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).
|
* Built on top of [Actix](https://github.com/actix/actix).
|
||||||
|
|
||||||
## Benchmarks
|
## Benchmarks
|
||||||
|
|
Loading…
Reference in a new issue