Lines Matching refs:http
10 -- http://www.apache.org/licenses/LICENSE-2.0
19 local http = require "helpers"
21 http.base_url = "http://localhost:8008"
26 local b, c = http.get "/document_root.lua"
32 local b, c = http.get "/basic"
38 local b, c = http.get "/test_quietly"
44 local b, c = http.post "/basic" "hello=7&hello=1"
51 local b, c = http.post("/test_foo", "hello=7&hello=1")
57 local b, c = http.post "/basic" { hello = "7" }
61 b, c = http.post "/basic" { hello = "7", goodbye = "8" }
69 local b, c = http.get "/filter/simple"
74 local r, c = http.get "/test_attributes?yes=no"
85 local r, c = http.get "/test_regex"
91 local r, c = http.get "/test_regex?a=8"
97 local r, c = http.get "/translate-name"
103 local r, c = http.get "/translate-name2"
109 local r, c = http.get "/test_serverversion"
115 local r, c = http.get "/test_fixupstest"
121 local r, c = http.get "/simple.lua"