1E. async & blocking HTTP clients - From Python to Rust

Published: 16 April 2021
on channel: Bedroom Builds
797
31

comparison of async and blocking http clients for Rust and Python

Rust blocking client ureq - https://github.com/algesten/ureq
Python async client aiohttp - https://docs.aiohttp.org/en/stable/
Rust async (and blocking) client reqwest - https://github.com/seanmonstar/reqwest
Demo API used https://pipl.ir/

Source code for this episode (and the others of the series) can be found at https://github.com/bedroombuilds/pyth...