Lines Matching refs:get
26 local b, c = http.get "/document_root.lua"
32 local b, c = http.get "/basic"
38 local b, c = http.get "/test_quietly"
59 assert(b:find("hello: 7"), "didn't get expected post data [" .. b .."]")
64 assert(b:find("hello: 7"), "didn't get expected post data [" .. b .."]")
65 assert(b:find("goodbye: 8"), "didn't get expected post data [" .. b .."]")
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"
99 assert(r:find("please find me"), "didn't get expected static file :-(, instead got " .. r)
103 local r, c = http.get "/translate-name2"
105 assert(r:find("please find me"), "didn't get expected static file :-(, instead got " .. r)
109 local r, c = http.get "/test_serverversion"
115 local r, c = http.get "/test_fixupstest"
121 local r, c = http.get "/simple.lua"