It's real close... I can get a status code from the HTTPResponse, but stuck unable to get the loaded http response body from the runtime using the offset returned from extism_http_request.
To test:
make example
make test
Will build and test the existing example, as well as the new one in example/http.go
@zshipko - I think I'll need you to take a look at what I could be doing wrong, particularly in the place where I try to load the memory before the end of HTTPRequest.Send()
It's real close... I can get a status code from the HTTPResponse, but stuck unable to get the loaded http response body from the runtime using the offset returned from
extism_http_request
.To test:
Will build and test the existing example, as well as the new one in
example/http.go
@zshipko - I think I'll need you to take a look at what I could be doing wrong, particularly in the place where I try to load the memory before the end of
HTTPRequest.Send()