Current Path: > > lib > node_modules > npm > node_modules > agentkeepalive
Operation : Linux premium131.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64 Software : Apache Server IP : 162.0.232.56 | Your IP: 216.73.216.111 Domains : 1034 Domain(s) Permission : [ 0755 ]
Name | Type | Size | Last Modified | Actions |
---|---|---|---|---|
lib | Directory | - | - | |
History.md | File | 4844 bytes | March 10 2021 14:36:36. | |
README.md | File | 8344 bytes | March 10 2021 14:36:36. | |
browser.js | File | 144 bytes | March 10 2021 14:36:36. | |
index.d.ts | File | 1080 bytes | March 10 2021 14:36:36. | |
index.js | File | 114 bytes | March 10 2021 14:36:36. | |
package.json | File | 2080 bytes | March 10 2021 14:36:36. |
declare module "agentkeepalive" { import * as http from 'http'; import * as https from 'https'; interface AgentStatus { createSocketCount: number, createSocketErrorCount: number, closeSocketCount: number, errorSocketCount: number, timeoutSocketCount: number, requestCount: number, freeSockets: object, sockets: object, requests: object, } interface HttpOptions extends http.AgentOptions { freeSocketKeepAliveTimeout?: number; timeout?: number; socketActiveTTL?: number; } interface HttpsOptions extends https.AgentOptions { freeSocketKeepAliveTimeout?: number; timeout?: number; socketActiveTTL?: number; } class internal extends http.Agent { constructor(opts?: HttpOptions); readonly statusChanged: boolean; createSocket(req: http.IncomingMessage, options: http.RequestOptions, cb: Function): void; getCurrentStatus(): AgentStatus; } namespace internal { export class HttpsAgent extends internal { constructor(opts?: HttpsOptions); } } export = internal; }
SILENT KILLER Tool