Usage: urlencoded bodies are best suited for simple key/value maps of strings. For more
structured data, use JSONBody. For binary data, use StreamBody or MultiPartBody.
URLEncoded bodies are associated with the mime type "application/x-www-form-urlencoded"
and look like query string parameters (eg. key=value&key2=value2 ).
An urlencoded HTTP body.
Usage: urlencoded bodies are best suited for simple key/value maps of strings. For more structured data, use JSONBody. For binary data, use StreamBody or MultiPartBody.
URLEncoded bodies are associated with the mime type "application/x-www-form-urlencoded" and look like query string parameters (eg. key=value&key2=value2 ).