This repo is an example of combining warp server library with reqwest HTTP client using async-await syntax. Basic logging setup included.
With logging output for maximum comfort:
RUST_LOG=info cargo run
To hack on it(cargo-watch recommended):
cargo watch -x run