UNPKG

@solid/community-server

Version:

Community Solid Server: an open and modular implementation of the Solid specifications

6 lines (5 loc) 130 B
import type { ServerResponse } from 'node:http'; /** * An outgoing HTTP response; */ export type HttpResponse = ServerResponse;