cargo-binstall/crates/binstalk-downloader
Jiahao XU 75289cc2b4
Only use GET in remote::Client::remote_gettable (#847)
Fixed #835

Using `HEAD` for this would often cause false negative that requires the `Client` to fallback to `GET`, which creates a lot of requests even if the url doesn't exist and then get cargo-binstall rate limited by GitHub/GitLab/etc.

Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
2023-03-03 13:29:58 +11:00
..
src Only use GET in remote::Client::remote_gettable (#847) 2023-03-03 13:29:58 +11:00
Cargo.toml Replace dep crates_io_api with in-house solution (#846) 2023-03-02 18:25:34 +11:00