public post(url as Object, body as Object = null, headers as Map<String, String> = null) as HttpResponse throws Exception:
Sends a POST request.
import klyn.net
client = HttpClient()
print(client.post("https://example.com/api", {"name": "klyn"}).statusCode)