maddie480 / EverestUpdateCheckerServer

A program building a "Celeste mod database" that can be used to check for updates
MIT License
3 stars 0 forks source link

"Content-length" for everest_update.yaml in http header #75

Closed Cooky-12 closed 1 year ago

Cooky-12 commented 1 year ago

Hi, I'm trying to write a script to download celeste mod.

Thanks for your "everest_update.yaml", I can process mod dependencies.

But I didn't find "Content-length" in everest_update.yaml download response, it may useful to add "Content-length" to help check download is real complete ?

maddie480 commented 1 year ago

All APIs should now return a Content-Length (well, except the bundle-download one because the zip is written on the fly 😅)

Cooky-12 commented 1 year ago

Thank you very much ! 😄