1 2 3 4
// _http_agent internal module - re-exports Agent from node:http import { Agent } from 'node:http'; export { Agent }; export default { Agent };