{"id":23881364,"url":"https://github.com/brundonsmith/courier","last_synced_at":"2026-04-14T23:34:08.291Z","repository":{"id":67296441,"uuid":"491768419","full_name":"brundonsmith/courier","owner":"brundonsmith","description":"Super simple Express-like wrapper for Deno's built-in HTTP server","archived":false,"fork":false,"pushed_at":"2022-12-29T02:28:21.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-23T00:41:28.950Z","etag":null,"topics":["deno","expressjs","server","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/brundonsmith.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-05-13T05:28:19.000Z","updated_at":"2022-05-18T01:16:27.000Z","dependencies_parsed_at":"2023-06-10T17:00:10.213Z","dependency_job_id":null,"html_url":"https://github.com/brundonsmith/courier","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/brundonsmith/courier","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brundonsmith%2Fcourier","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brundonsmith%2Fcourier/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brundonsmith%2Fcourier/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brundonsmith%2Fcourier/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/brundonsmith","download_url":"https://codeload.github.com/brundonsmith/courier/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brundonsmith%2Fcourier/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31819894,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-14T18:05:02.291Z","status":"ssl_error","status_checked_at":"2026-04-14T18:05:01.765Z","response_time":153,"last_error":"SSL_read: 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":["deno","expressjs","server","typescript"],"created_at":"2025-01-04T01:01:03.364Z","updated_at":"2026-04-14T23:34:08.283Z","avatar_url":"https://github.com/brundonsmith.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n## Example usage\n\n```typescript\nimport { create } from 'https://raw.githubusercontent.com/brundonsmith/courier/master/index.ts'\n\nconst app = create()\n\napp.use(['**'], req =\u003e {\n    console.log('Middleware activated for request to ' + req.url + '!')\n    return req\n})\n\napp.get(['/greeting'], () =\u003e new Response('Hello world!'))\n\napp.get(['/stuff', ':myParam'], (req, params) =\u003e {\n    return new Response(JSON.stringify(params))\n})\n\napp.listen(8000)\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrundonsmith%2Fcourier","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbrundonsmith%2Fcourier","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrundonsmith%2Fcourier/lists"}