Skip to content

halfzebra/rust-reqwest-warp-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

7 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

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

About

πŸ¦€ 😎 Rust HTTP server basics with async-await

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages