This repository has been archived by the owner on Mar 8, 2018. It is now read-only.
You can use this without installing elm-http explicitly now!
Re-exported a number of useful things from Http
to allow folks to use this package without also importing Http
. This includes Http.Error
, Http.Request
, Http.Settings
, Http.url
, as well as a new body function withMutlipartStringBody
that allows key-value pair multipart bodies to be constructed automatically from List (String, String)
inputs.