mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
add ClientResponse for compatibility
This commit is contained in:
Vendored
+4
@@ -353,6 +353,10 @@ declare module "http" {
|
||||
statusMessage: string;
|
||||
socket: net.Socket;
|
||||
}
|
||||
/**
|
||||
* @deprecated Use IncomingMessage
|
||||
*/
|
||||
export interface ClientResponse extends IncomingMessage { }
|
||||
|
||||
export interface AgentOptions {
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user