Lines Matching defs:status
102 ':status': 200,
110 [ [ ':path', 'abc\0', ':status', '200\0', 'abc', '1\0', 'xyz', '1\0',
119 ':status': [200],
127 [ [ ':status', '200\0', ':path', 'abc\0', 'abc', '1\0', 'xyz', '1\0',
135 ':status': 200,
144 [ [ ':status', '200\0', ':path', 'abc\0', 'abc', '1\0', 'xyz', '1\0',
153 headers[':status'] = 200;
160 [ [ ':status', '200\0', ':path', 'abc\0', 'xyz', '1\0', 'xyz', '2\0',
180 ':status': 200,
187 message: 'Header field ":status" must only have a single value'
194 ':status': [200],
203 [ ':status\x00200\x00\x00:path\x00abc\x00\x00abc\x001\x00\x00' +
348 ':status', '200',
355 assert.strictEqual(headers[':status'], 200);
364 ':status', '200',
365 ':status', '400',
376 assert.strictEqual(headers[':status'], 200);