Page Contents

Home > @loopback/testlab > ShotResponseCtor

ShotResponseCtor type

Signature:

export type ShotResponseCtor = new (request: IncomingMessage, onEnd: ShotCallback) => ServerResponse;

References: ShotCallback