(req)
| 365 | var server = createServer({ type: accept }) |
| 366 | |
| 367 | function accept (req) { |
| 368 | return req.headers['content-type'] === 'application/vnd.api+json' |
| 369 | } |
| 370 | |
| 371 | request(server) |
| 372 | .post('/') |
nothing calls this directly
no outgoing calls
no test coverage detected