diff --git a/README.md b/README.md index 096f9802..00d9953a 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,7 @@ Actix web is a simple, pragmatic and extremely fast web framework for Rust. [CORS](https://actix.rs/actix-web/actix_web/middleware/cors/index.html), [CSRF](https://actix.rs/actix-web/actix_web/middleware/csrf/index.html)) * Built on top of [Actix actor framework](https://github.com/actix/actix) +* Includes an asynchronous [HTTP client](https://github.com/actix/actix-web/blob/master/src/client/mod.rs) ## Documentation & community resources