Node updated. Some todos.
This commit is contained in:
3
Scripts/node_modules/agent-base/dist/index.d.ts
generated
vendored
3
Scripts/node_modules/agent-base/dist/index.d.ts
generated
vendored
@ -28,6 +28,9 @@ export declare abstract class Agent extends http.Agent {
|
||||
* Determine whether this is an `http` or `https` request.
|
||||
*/
|
||||
isSecureEndpoint(options?: AgentConnectOpts): boolean;
|
||||
private incrementSockets;
|
||||
private decrementSockets;
|
||||
getName(options: AgentConnectOpts): string;
|
||||
createSocket(req: http.ClientRequest, options: AgentConnectOpts, cb: (err: Error | null, s?: Duplex) => void): void;
|
||||
createConnection(): Duplex;
|
||||
get defaultPort(): number;
|
||||
|
||||
Reference in New Issue
Block a user