{"id":17766623,"url":"https://github.com/floatdrop/infinity-agent","last_synced_at":"2025-08-18T19:05:40.885Z","repository":{"id":25352795,"uuid":"28780443","full_name":"floatdrop/infinity-agent","owner":"floatdrop","description":"Creates HTTP/HTTPS Agent with Infinity maxSockets","archived":false,"fork":false,"pushed_at":"2015-04-20T17:12:57.000Z","size":384,"stargazers_count":11,"open_issues_count":3,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-09T08:40:32.821Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/floatdrop.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"license","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-01-04T17:14:11.000Z","updated_at":"2025-06-24T10:43:13.000Z","dependencies_parsed_at":"2022-07-21T20:49:00.203Z","dependency_job_id":null,"html_url":"https://github.com/floatdrop/infinity-agent","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/floatdrop/infinity-agent","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/floatdrop%2Finfinity-agent","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/floatdrop%2Finfinity-agent/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/floatdrop%2Finfinity-agent/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/floatdrop%2Finfinity-agent/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/floatdrop","download_url":"https://codeload.github.com/floatdrop/infinity-agent/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/floatdrop%2Finfinity-agent/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271043535,"owners_count":24689774,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-18T02:00:08.743Z","response_time":89,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-26T20:33:29.431Z","updated_at":"2025-08-18T19:05:40.843Z","avatar_url":"https://github.com/floatdrop.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# infinity-agent [![Build Status](https://travis-ci.org/floatdrop/infinity-agent.svg?branch=master)](https://travis-ci.org/floatdrop/infinity-agent)\n\nNode-core HTTP Agent for userland.\n\n## Usage\n\n```js\nvar infinityAgent = require('infinity-agent');\n\nvar http = require('http');\nvar https = require('https');\n\nhttp.get('http://google.com', {agent: infinityAgent.http.globalAgent});\nhttps.get('http://google.com', {agent: infinityAgent.https.globalAgent});\n```\n\nThis package is a mirror of the Agent class in Node-core.\n\nThere is one minor change in [addRequest](https://github.com/floatdrop/infinity-agent/blob/master/http.js#L135-L140) method: basically we disable keepAlive if agent is not configured for it, and `maxSockets` is set to `Infinity`.\n\n## License\n\nMIT © [Vsevolod Strukchinsky](floatdrop@gmail.com)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffloatdrop%2Finfinity-agent","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffloatdrop%2Finfinity-agent","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffloatdrop%2Finfinity-agent/lists"}