Outsiders Republic

Music. Food. Travel. Tech.

Networking

Making an HTTP GET Request with Rust

This post describes how to implement a simple HTTP GET request with Rust using the reqwest crate. We base our example on the Make a HTTP GET request article from the Rust Cookbook. That article, though, seems to be out of date, and I could not compile the sample code as-is.

Kevin


Categories: Tech