Original Get method from http request
Original Request method from http request
Original Request method from https request
Add a new log entry and return the id of the log
Get entries
Get Modified arguments with fake cb
Get remark string
Handles http stream
Get instance of Spy
Proxy request method
function request(options: RequestOptions | string | URL, callback?: (res: IncomingMessage) => void): ClientRequest; function request(url: string | URL, options: RequestOptions, callback?: (res: IncomingMessage) => void): ClientRequest;
Proxy https request method
Proxy request method
function request(options: RequestOptions | string | URL, callback?: (res: IncomingMessage) => void): ClientRequest; function request(url: string | URL, options: RequestOptions, callback?: (res: IncomingMessage) => void): ClientRequest;
Start logging
Stop logging
Generated using TypeDoc
Logs from http call
{SizeRestrictedLog}
SpyHttp