| 1 | import { createServer, type IncomingMessage, type Server, type ServerResponse } from 'node:http'; |
| 2 | import { brotliCompressSync, deflateSync, gzipSync } from 'node:zlib'; |
| 3 | |
| 4 | import { afterEach, beforeEach, describe, expect, it } from 'vitest'; |
nothing calls this directly
no test coverage detected