jest-node-http
Version:
18 lines (17 loc) • 365 B
TypeScript
export declare class ClientRequest {
abort: any;
aborted: any;
connection: any;
end: any;
flushHeaders: any;
getHeader: any;
removeHeader: any;
setHeader: any;
setNoDelay: any;
setSocketKeepAlive: any;
setTimeout: any;
socket: any;
write: any;
constructor(options?: any, cb?: any);
resetMocked(): void;
}