Extensions to the Http
library.
cgiParameters : List ( String, String ) -> String
Encode a CGI parameter list.
formBody : List ( String, String ) -> Http.Body
Put some key-value pairs in the body of your Request
. This will automatically
add the Content-Type: application/x-www-form-urlencoded
header.