HTTP Request from inside WASM using GPython and self-made httpgetlib package

This example uses our own httpgetlib package.

See the output in browser developer console.

Actual code:


import httpclient

print(httpclient.Get('https://httpbin.org/anything'))

Info