Skip to content

Instantly share code, notes, and snippets.

@Dobiasd
Created May 20, 2015 11:56
Show Gist options
  • Save Dobiasd/b271779f7e13afcb8ddf to your computer and use it in GitHub Desktop.
Save Dobiasd/b271779f7e13afcb8ddf to your computer and use it in GitHub Desktop.
import Graphics.Element exposing (..)
import Http
body : Http.Body
body =
Http.multipart
[ Http.stringData "foo" "123"
, Http.stringData "bar" "456"
]
main : Element
main =
show "Hi."
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment