Skip to content
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!

Compare
Choose a tag to compare
@lukewestby lukewestby released this 03 Feb 05:11
· 35 commits to master since this release

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.