2025-09-05 14:59:21 +08:00

6 lines
157 B
TypeScript

import { IncomingMessage } from 'http';
declare function isHTTPS(req: IncomingMessage, trustProxy?: Boolean): Boolean | undefined;
export default isHTTPS;