This example uses starlark-go-nethttp for Starlark in Go.
See the output in browser developer console.
Actual code:
resp = http.get('https://httpbin.org/anything') print(resp.body)