Skip to content

Instantly share code, notes, and snippets.

@jzxhuang
Last active March 28, 2019 09:52
Show Gist options
  • Save jzxhuang/982c7d083a37e42d1148a6c7847ca73c to your computer and use it in GitHub Desktop.
Save jzxhuang/982c7d083a37e42d1148a6c7847ca73c to your computer and use it in GitHub Desktop.
Handling Detailed HTTP Responses in Elm
type alias Metadata =
{ url : String
, statusCode : Int
, statusText : String
, headers : Dict String String
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment