I've been looking at Network.HTTP
, but can't find a way to create properly URL encoded key/value pairs.
How can I generate the post data required from [(key, value)]
pair list for example? I imagine something like this already exists (perhaps hidden in the Network.HTTP
package) but I can't find it, and I'd rather not re-invent the wheel.