for more information visit the package's GitHub page
Package contains the following modules:
The APIs between elm/http 1.0 and 2.0 changed a lot. This shim consumes elm/http 2.0 and exposes an API that's mostly compatible with elm/http 1.0
$ elm-json install elm/http@2.0.0
-- NO VALID PACKAGE VERSIONS FOUND ---------------------------------------------
Because NoRedInk/elm-string-conversions 1.0.0 depends on elm/http
1.0.0 <= v < 2.0.0 and this project depends on elm/http 2.0.0,
NoRedInk/elm-string-conversions 1.0.0 is incompatible with this project.
And because this project depends on NoRedInk/elm-string-conversions 1.0.0,
no valid set of package versions could be found.
elm.json
elm install elm/http
import Http
with import Http.Legacy as Http
Http.Progress