Learn how to send HTTP requests in Rust applications using the "reqwest" crate in this 32-minute tutorial. Explore both synchronous and asynchronous approaches, with a focus on synchronous requests for easier understanding. Discover how to customize HTTP headers, endpoints, port numbers, and payloads, as well as process response data. Apply these techniques to interact with HTTP APIs or perform web scraping. Gain insights into the "reqwest" crate, built on top of the low-level "Hyper" crate, and access additional resources such as the Rust programming playlist, Reqwest documentation, and essential Rust development tools.
Overview
Syllabus
Sending HTTP Requests in Rust Applications Rust Tutorial for Developers
Taught by
Trevor Sullivan