Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 489 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 489 Bytes

rust-reqwest-warp-example

Jump to source 🦅

This repo is an example of combining warp server library with reqwest HTTP client using async-await syntax. Basic logging setup included.

Running

With logging output for maximum comfort:

RUST_LOG=info cargo run

To hack on it(cargo-watch recommended):

cargo watch -x run