A www-form-urlencoded body. The Content-Type header will be set to application/x-www-form-urlencoded if not provided.
application/x-www-form-urlencoded
const factory HttpBody.form(Map<String, String> form) = HttpBodyForm._;