We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 248736f + ab91198 commit bbb29feCopy full SHA for bbb29fe
README.md
@@ -56,6 +56,7 @@ server {
56
content_by_lua '
57
58
-- For simple singleshot requests, use the URI interface.
59
+ local http = require "resty.http"
60
local httpc = http.new()
61
local res, err = httpc:request_uri("http://example.com/helloworld", {
62
method = "POST",
0 commit comments