| 1 | // warning: forcing file into a Buffer elminates the benefits of using streams and may cause memory overflow |
| 2 | import http from 'node:http'; |
| 3 | import { Buffer } from 'node:buffer' |
| 4 | import { Writable } from 'node:stream'; |
nothing calls this directly
no test coverage detected