Go to the source code of this file.
|
function | run_test () |
|
function | checkStatusLine (channel, httpMaxVer, httpMinVer, httpCode, statusText) |
|
function | noSetstatusline (metadata, response) |
|
tests | push (test) |
|
function | startNoSetStatusLine (ch, cx) |
|
function | stop (ch, cx, status, data) |
|
function | http1_0 (metadata, response) |
|
function | startHttp1_0 (ch, cx) |
|
function | http1_1 (metadata, response) |
|
function | startHttp1_1 (ch, cx) |
|
function | invalidVersion (metadata, response) |
|
function | startPassedTrue (ch, cx) |
|
function | invalidStatus (metadata, response) |
|
function | invalidDescription (metadata, response) |
|
function | crazyCode (metadata, response) |
|
function | startCrazy (ch, cx) |
|
function | nullVersion (metadata, response) |
|
function | startNullVersion (ch, cx) |
|
function checkStatusLine |
( |
|
channel, |
|
|
|
httpMaxVer, |
|
|
|
httpMinVer, |
|
|
|
httpCode, |
|
|
|
statusText |
|
) |
| |
function crazyCode |
( |
|
metadata, |
|
|
|
response |
|
) |
| |
function http1_0 |
( |
|
metadata, |
|
|
|
response |
|
) |
| |
function http1_1 |
( |
|
metadata, |
|
|
|
response |
|
) |
| |
function invalidDescription |
( |
|
metadata, |
|
|
|
response |
|
) |
| |
function invalidStatus |
( |
|
metadata, |
|
|
|
response |
|
) |
| |
function invalidVersion |
( |
|
metadata, |
|
|
|
response |
|
) |
| |
function noSetstatusline |
( |
|
metadata, |
|
|
|
response |
|
) |
| |
function nullVersion |
( |
|
metadata, |
|
|
|
response |
|
) |
| |
function startCrazy |
( |
|
ch, |
|
|
|
cx |
|
) |
| |
function startHttp1_0 |
( |
|
ch, |
|
|
|
cx |
|
) |
| |
function startHttp1_1 |
( |
|
ch, |
|
|
|
cx |
|
) |
| |
function startNoSetStatusLine |
( |
|
ch, |
|
|
|
cx |
|
) |
| |
function startNullVersion |
( |
|
ch, |
|
|
|
cx |
|
) |
| |
function startPassedTrue |
( |
|
ch, |
|
|
|
cx |
|
) |
| |
function stop |
( |
|
ch, |
|
|
|
cx, |
|
|
|
status, |
|
|
|
data |
|
) |
| |
Initial value:=
new Test(
"http://localhost:4444/no/setstatusline",
function stop(ch, cx, status, data)
function Test(path, initChannel, onStartRequest, onStopRequest)
function startNoSetStatusLine(ch, cx)
Definition at line 84 of file test_setstatusline.js.