1
0
mirror of https://github.com/fafhrd91/actix-web synced 2024-11-24 08:22:59 +01:00

Merge pull request #221 from skorgu/patch-1

Include mention of http client in README.md
This commit is contained in:
Nikolay Kim 2018-05-11 21:56:46 -07:00 committed by GitHub
commit b588b2bf5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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