CommunitySolidServer/src/server/HttpResponse.ts
2020-09-17 11:55:49 +02:00

7 lines
126 B
TypeScript

import type { ServerResponse } from 'http';
/**
* An outgoing HTTP response;
*/
export type HttpResponse = ServerResponse;