nickelc / modio-rs

🦀 Rust interface for integrating https://mod.io - a modding API for game developers
Apache License 2.0
15 stars 5 forks source link

Include `Content-Length` header in `Downloader` #6

Closed valentinegb closed 11 months ago

valentinegb commented 1 year ago

I understand you can get the size of a mod file from a File, but if you're downloading a mod file using Modio.download() then getting the size of a mod file means making another request. It would be convenient and it would mean one less request if the Content-Length header was accessible from a field on Downloader.

nickelc commented 11 months ago

Fixed with 44987789777b34335e5d6c49e551742197e95ba5.