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.
1 parent 9bf951d commit f754eb7Copy full SHA for f754eb7
README.md
@@ -93,7 +93,7 @@ local httpc = require("resty.http").new()
93
-- First establish a connection
94
local ok, err = httpc:connect({
95
scheme = "https",
96
- host = "127.0.0.1"
+ host = "127.0.0.1",
97
port = 8080,
98
})
99
if not ok then
0 commit comments