tzssangglass commented on issue #7907: URL: https://github.com/apache/apisix/issues/7907#issuecomment-1246493260
> ```json > "return function(conf, ctx) httpc:request_uri(\"http://host.docker.internal:9191/health\"); end" > ``` we need use ``` local http = require("resty.http") local httpc = http.new() ``` I think you should learn a little bit about the basic syntax of Lua. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
