1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-26 06:57:43 +02:00

update awc docs link, formatting (#2180)

This commit is contained in:
Ibraheem Ahmed
2021-04-20 14:57:27 -04:00
committed by GitHub
parent 427fe6bd82
commit 6a9c4f1026
2 changed files with 6 additions and 6 deletions

View File

@ -31,7 +31,7 @@
* Static assets
* SSL support using OpenSSL or Rustls
* Middlewares ([Logger, Session, CORS, etc](https://actix.rs/docs/middleware/))
* Includes an async [HTTP client](https://docs.rs/actix-web/latest/actix_web/client/index.html)
* Includes an async [HTTP client](https://docs.rs/awc/)
* Runs on stable Rust 1.46+
## Documentation