How do I send a http request with body content?

looking in the IHTTPRequest interface, I see how to set content type, headers, and url params, but how can I send a Post request that requires a body in x-www-form-urlencode format?

So the function is SetContentAsString. If your using VaRest you’ll have to mod the plugin a little