stavro / arc

:paperclip: Flexible file upload and attachment library for Elixir
1.16k stars 210 forks source link

Use hackney instead of HTTPoison #267

Closed kingshalaby closed 6 years ago

kingshalaby commented 6 years ago

I had dependencies conflict too, as arc requires an old version of HTTPoison, while other libraries now require ~> 2.0 Getting rid of HTTPoison while keeping the same behavior was a better idea than upgrading, I give it up to @mmartinson. we would not notice it is only one line/call to HTTPoison.get().

Any feed back is gratefully welcome.