Writes the given map of key-value pairs as a URL-encoded string.
void urlencoded(Map<String, String> value) { this ..contentType = contentType ..text(Uri(queryParameters: value).query); }