Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Reqwest the HTTP client library of Rust

Using the reqwest crate.

Reqwest is a Rust crate to handle HTTP requests.

In order to handle secure HTTPS request I had to install the following packages on Ubuntu:

apt-get install pkg-config
apt-get install libssl-dev