1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-25 06:39:22 +02:00

update example links (#2036)

Co-authored-by: Rob Ede <robjtede@icloud.com>
This commit is contained in:
Daniel T. Rodrigues
2021-02-28 18:41:07 -03:00
committed by GitHub
parent cd652dca75
commit abc7fd374b
3 changed files with 4 additions and 3 deletions

View File

@ -11,11 +11,12 @@
## Documentation & Resources
- [API Documentation](https://docs.rs/awc)
- [Example Project](https://github.com/actix/examples/tree/HEAD/awc_https)
- [Example Project](https://github.com/actix/examples/tree/HEAD/security/awc_https)
- [Chat on Gitter](https://gitter.im/actix/actix-web)
- Minimum Supported Rust Version (MSRV): 1.46.0
## Example
```rust
use actix_rt::System;
use awc::Client;