reqwest v0.7.3 Release Notes

  • ๐Ÿ”‹ Features

    • Proxy::custom(fn) to allow dynamically picking a proxy URL

    ๐Ÿ›  Fixes

    • ๐Ÿ›  fix occasional panic when program exits while Client or Response are dropping.