reqwest v0.6.1 Release Notes

  • 🔋 Features

    • ➕ adds Error::get_ref to get the underlying error that may have occurred. Includes a 'static bounds, which allows for downcasting (as opposed to Error::cause).