tetratelabs/proxy-wasm-go-sdk

http post call using tinygo

satz-76 opened this issue · 1 comments

In tinygo i see net/http is not supported. I need to post to external cluster with few parameters to get token.

My call will look like https://some.api.com/endpoint?client_id=abc&redirect_url=http://localhost:8080...

Appreciate any help here.