mirror of
https://github.com/actix/actix-web.git
synced 2024-11-26 11:31:09 +00:00
Update README.md
This commit is contained in:
parent
afd2dc4666
commit
db39f122be
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ Actix web is a small, fast, pragmatic, open source rust web framework.
|
||||||
* Supported *HTTP/1.x* and *HTTP/2.0* protocols
|
* Supported *HTTP/1.x* and *HTTP/2.0* protocols
|
||||||
* Streaming and pipelining
|
* Streaming and pipelining
|
||||||
* Keep-alive and slow requests handling
|
* Keep-alive and slow requests handling
|
||||||
* [WebSockets](https://actix.github.io/actix-web/actix_web/ws/index.html)
|
* Client/server WebSockets support
|
||||||
* Transparent content compression/decompression (br, gzip, deflate)
|
* Transparent content compression/decompression (br, gzip, deflate)
|
||||||
* Configurable request routing
|
* Configurable request routing
|
||||||
* Graceful server shutdown
|
* Graceful server shutdown
|
||||||
|
|
Loading…
Reference in a new issue