{"id":19769026,"url":"https://github.com/orinak/koa-links","last_synced_at":"2026-05-15T14:03:42.415Z","repository":{"id":141523025,"uuid":"103752223","full_name":"orinak/koa-links","owner":"orinak","description":"Use 'Links' header from `app.context`","archived":false,"fork":false,"pushed_at":"2017-09-16T13:02:00.000Z","size":35,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-18T21:49:47.000Z","etag":null,"topics":["koa"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/orinak.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2017-09-16T12:58:24.000Z","updated_at":"2022-10-26T08:47:45.000Z","dependencies_parsed_at":"2023-07-05T06:48:43.964Z","dependency_job_id":null,"html_url":"https://github.com/orinak/koa-links","commit_stats":null,"previous_names":["spb14/koa-links","despan/koa-links"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/orinak/koa-links","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orinak%2Fkoa-links","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orinak%2Fkoa-links/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orinak%2Fkoa-links/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orinak%2Fkoa-links/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/orinak","download_url":"https://codeload.github.com/orinak/koa-links/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orinak%2Fkoa-links/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33068894,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-15T11:35:32.926Z","status":"ssl_error","status_checked_at":"2026-05-15T11:35:31.362Z","response_time":103,"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":["koa"],"created_at":"2024-11-12T04:41:17.988Z","updated_at":"2026-05-15T14:03:42.387Z","avatar_url":"https://github.com/orinak.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# koa-links\n\nUse `ctx.links` as proxy to `ctx.response.headers['Link']` in [Koa][koa] apps\n\n[koa]: https://github.com/koajs/koa\n\n\n## Usage\n\n```js\nconst Koa = require('koa')\nconst links = require('koa-links')\n\nconst app = new Koa()\n\napp.use(links())\n\napp.use(ctx =\u003e {\n  ctx.links.self = 'http://example.com/'\n  ctx.body = 'done'\n})\n```\n\n## Installation\n\nInstall using npm\n\n```sh\nnpm install koa-links\n```\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Forinak%2Fkoa-links","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Forinak%2Fkoa-links","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Forinak%2Fkoa-links/lists"}