(req)
| 245 | var server = createServer({ type: accept }) |
| 246 | |
| 247 | function accept (req) { |
| 248 | return req.headers['content-type'] === 'application/vnd.octet' |
| 249 | } |
| 250 | |
| 251 | var test = request(server).post('/') |
| 252 | test.set('Content-Type', 'application/vnd.octet') |
nothing calls this directly
no outgoing calls
no test coverage detected