Did you look into Http.expectStringResponse <http://package.elm-lang.org/packages/elm-lang/http/1.0.0/Http#expectStringResponse>? I've never used it, but the docs say:
Maybe you want the whole Response: status code, headers, body, etc. This > lets you get all of that information. From there you can use functions like > Json.Decode.decodeString to interpret it as JSON or whatever else you want. -- You received this message because you are subscribed to the Google Groups "Elm Discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
