| 1 | import { expect, it } from "@effect/vitest"; |
| 2 | import { Effect, Option } from "effect"; |
| 3 | import { FetchHttpClient } from "effect/unstable/http"; |
| 4 | import { createServer, type IncomingHttpHeaders, type Server } from "node:http"; |
nothing calls this directly
no test coverage detected