Usage: `await uaiohttpclient.request(method,url)` https://github.com/micropython/micropython-lib/blob/7128d423c2e7c0309ac17a1e6ba873b909b24fcc/micropython/uaiohttpclient/uaiohttpclient.py#L65 ``` method = "POST" url = "http://10.0.0.69:8080/input.php" header = "Content-Type: application/json; charset=utf-8" data = '{"foo":"bar"}' ``` Function has no way to take data or set the header content type for that matter