UNPKG

aws-xray-sdk-core

Version:
12 lines (7 loc) 220 B
import * as http from 'http'; declare class IncomingRequestData { request: { [key: string]: any }; constructor(req: http.IncomingMessage); close(res: http.ServerResponse): void; } export = IncomingRequestData;