1
0
mirror of https://github.com/wg/wrk synced 2026-05-31 03:25:59 +08:00

add optional response() script function

This commit is contained in:
Will
2013-08-31 11:41:21 +09:00
Unverified
parent 1e7411aebd
commit 558a6b04ce
7 changed files with 143 additions and 26 deletions
+4 -3
View File
@@ -33,8 +33,9 @@ end
function wrk.init(args) req = wrk.format() end
function wrk.request() return req end
init = wrk.init
request = wrk.request
done = nil
init = wrk.init
request = wrk.request
response = nil
done = nil
return wrk