Http.ExpectExpected Response of an Http Request
val string : string tThe response is expected to be a string and will not be decoded further.
json decoder
The response is expected to be json and will be decoded with decoder.
map f expect
Map the result of expect via the function f to produce a message. This is meant to be used in combination with Command.http_request.