Skip to content

WIP: Use Reqwest instead of Hyper

Reqwest is a higher level http client, that underneath uses It handles tls, proxies and other higher level stuff for us, will allow use to drop some glue code, like the redirect in the future.

Edited by Jordan Petridis

Merge request reports