Joachim Van Herwegen a4f2b3995c feat: add additional supported interfaces
This includes the relevant auth headers and a simplification of several others.
2020-05-25 11:27:23 +02:00

7 lines
121 B
TypeScript

import { IncomingMessage } from 'http';
/**
* An incoming HTTP request;
*/
export type HttpRequest = IncomingMessage;