Send an HTTP POST request; returns the response body as a string
import "http" response = http.post("https://httpbin.org/post", "hello=world", {}) print response
There was an error while loading. Please reload this page.