{"id":25826755,"url":"https://github.com/watchdg/node-http-instance-request","last_synced_at":"2026-06-11T00:31:30.448Z","repository":{"id":57268202,"uuid":"345088713","full_name":"WatchDG/node-http-instance-request","owner":"WatchDG","description":null,"archived":false,"fork":false,"pushed_at":"2021-05-29T06:02:21.000Z","size":11,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-06T23:46:22.462Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/WatchDG.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":"2021-03-06T12:29:56.000Z","updated_at":"2021-05-29T06:02:23.000Z","dependencies_parsed_at":"2022-09-02T02:50:11.607Z","dependency_job_id":null,"html_url":"https://github.com/WatchDG/node-http-instance-request","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WatchDG%2Fnode-http-instance-request","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WatchDG%2Fnode-http-instance-request/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WatchDG%2Fnode-http-instance-request/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WatchDG%2Fnode-http-instance-request/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/WatchDG","download_url":"https://codeload.github.com/WatchDG/node-http-instance-request/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241176617,"owners_count":19922732,"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","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":"2025-02-28T15:44:48.116Z","updated_at":"2026-06-11T00:31:30.405Z","avatar_url":"https://github.com/WatchDG.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# http-instance-request\n\n## install\n\n```shell\nyarn install http-instance-request\n# or\nnpm install http-instance-request\n```\n\n## example\n\n```ts\nimport {request} from \"http-instance-request\";\nimport {URL} from \"url\";\n\n(async () =\u003e {\n\n    const {status, headers, body} = (await request({\n        url: new URL('https://example.com'),\n        options: {\n            method: 'GET'\n        }\n    })).unwrap();\n\n    console.log('\u003e status:', status);\n    console.log('\u003e headers:', headers);\n    console.log('\u003e body:', body);\n\n})();\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwatchdg%2Fnode-http-instance-request","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwatchdg%2Fnode-http-instance-request","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwatchdg%2Fnode-http-instance-request/lists"}