mirror of
https://github.com/actix/actix-web.git
synced 2024-11-23 01:51:11 +00:00
fix dead links
This commit is contained in:
parent
f5347ec897
commit
c352a69d54
1 changed files with 1 additions and 6 deletions
|
@ -12,12 +12,7 @@ Actix web is a simple, pragmatic and extremely fast web framework for Rust.
|
||||||
* Multipart streams
|
* Multipart streams
|
||||||
* Static assets
|
* Static assets
|
||||||
* SSL support with OpenSSL or `native-tls`
|
* SSL support with OpenSSL or `native-tls`
|
||||||
* Middlewares ([Logger](https://actix.rs/book/actix-web/sec-9-middlewares.html#logging),
|
* Middlewares ([Logger,Session,CORS,CSRF,etc](https://actix.rs/docs/middleware/))
|
||||||
[Session](https://actix.rs/book/actix-web/sec-9-middlewares.html#user-sessions),
|
|
||||||
[Redis sessions](https://github.com/actix/actix-redis),
|
|
||||||
[DefaultHeaders](https://actix.rs/book/actix-web/sec-9-middlewares.html#default-headers),
|
|
||||||
[CORS](https://actix.rs/actix-web/actix_web/middleware/cors/index.html),
|
|
||||||
[CSRF](https://actix.rs/actix-web/actix_web/middleware/csrf/index.html))
|
|
||||||
* Includes an asynchronous [HTTP client](https://actix.rs/actix-web/actix_web/client/index.html)
|
* Includes an asynchronous [HTTP client](https://actix.rs/actix-web/actix_web/client/index.html)
|
||||||
* Built on top of [Actix actor framework](https://github.com/actix/actix)
|
* Built on top of [Actix actor framework](https://github.com/actix/actix)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue