()
| 761 | onResponseData () {} |
| 762 | onResponseEnd () {} |
| 763 | onResponseError () { |
| 764 | p.fail() |
| 765 | } |
| 766 | } |
| 767 | |
| 768 | const server = http.createServer({ joinDuplicateHeaders: true }, (req, res) => { |
nothing calls this directly
no outgoing calls
no test coverage detected