evadne / packmatic

Zipping on the fly — Generate downloadable Zip streams by aggregating File or URL Sources
https://hexdocs.pm/packmatic
157 stars 12 forks source link

Httpotion retired #10

Open idabmat opened 1 year ago

idabmat commented 1 year ago

With httpotion being retired, would a PR changing the http library be welcomed? image

evadne commented 1 year ago

@idabmat Using Tesla and letting the user specify the underlying would be ideal. However the design of Tesla is not directly composable therefore no elegant solution possible.

I will deliberate.

evadne commented 10 months ago

@idabmat We changed to Hackney. Check #16 have a try and let me know

idabmat commented 10 months ago

@evadne thanks for that. We are still in the process of updating to elixir 1.15. But I've picked up your updated branch and it is queued up to be tested next.