{"id":14979119,"url":"https://github.com/tknf/http-impl","last_synced_at":"2026-03-05T09:33:27.416Z","repository":{"id":54450122,"uuid":"522297212","full_name":"tknf/http-impl","owner":"tknf","description":"Implementations of the web standard HTTP Request and Response","archived":false,"fork":false,"pushed_at":"2022-10-02T16:43:22.000Z","size":298,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-03-04T11:43:26.301Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/tknf.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":"2022-08-07T18:48:21.000Z","updated_at":"2024-04-17T03:25:49.000Z","dependencies_parsed_at":"2022-08-13T16:01:02.113Z","dependency_job_id":null,"html_url":"https://github.com/tknf/http-impl","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/tknf/http-impl","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tknf%2Fhttp-impl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tknf%2Fhttp-impl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tknf%2Fhttp-impl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tknf%2Fhttp-impl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tknf","download_url":"https://codeload.github.com/tknf/http-impl/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tknf%2Fhttp-impl/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30117724,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-05T08:19:04.902Z","status":"ssl_error","status_checked_at":"2026-03-05T08:17:37.148Z","response_time":93,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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-09-24T13:59:18.258Z","updated_at":"2026-03-05T09:33:27.381Z","avatar_url":"https://github.com/tknf.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# @tknf/http-impl\n\nImplementations of the web standard HTTP Request and Response.\n\nTo get started, open a new shell and run:\n```bash\nnpm install --save @tknf/http-impl\n# or\nyarn add @tknf/http-impl\n```\n\n## Getting started with Node.js\n```js\nconst http = require(\"http\");\nconst { createRequest, sendResponse } = require(\"@tknf/http-impl/node\");\n\nconst server = http.createServer((req, res) =\u003e {\n  const request = createRequest(req);\n  const response = new Response(\"\u003cdiv\u003eHello world!\u003c/div\u003e\", {\n    headers: {\n      \"Content-Type\": \"text/html;charset=utf-8\"\n    }\n  });\n  await sendResponse(res, response);\n});\n\nserver.listen(3000, () =\u003e {\n  console.log(\"Server listening on http://localhost:3000\");\n});\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftknf%2Fhttp-impl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftknf%2Fhttp-impl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftknf%2Fhttp-impl/lists"}