{"id":16267166,"url":"https://github.com/nakasyou/resx","last_synced_at":"2026-04-14T06:33:56.809Z","repository":{"id":174628863,"uuid":"652510431","full_name":"nakasyou/Resx","owner":"nakasyou","description":"Resx is powerful response module.","archived":false,"fork":false,"pushed_at":"2023-06-13T10:08:28.000Z","size":25,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-14T21:45:19.233Z","etag":null,"topics":["deno","javascript"],"latest_commit_sha":null,"homepage":"http://deno.land/x/resx","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/nakasyou.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-06-12T08:11:35.000Z","updated_at":"2023-07-20T11:57:57.000Z","dependencies_parsed_at":null,"dependency_job_id":"bceb1ea3-4a53-41d1-a66b-c6e9196cf014","html_url":"https://github.com/nakasyou/Resx","commit_stats":null,"previous_names":["nakasyou/resx"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/nakasyou/Resx","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nakasyou%2FResx","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nakasyou%2FResx/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nakasyou%2FResx/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nakasyou%2FResx/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nakasyou","download_url":"https://codeload.github.com/nakasyou/Resx/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nakasyou%2FResx/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31785677,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-14T02:24:21.117Z","status":"ssl_error","status_checked_at":"2026-04-14T02:24:20.627Z","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","javascript"],"created_at":"2024-10-10T17:44:00.938Z","updated_at":"2026-04-14T06:33:56.785Z","avatar_url":"https://github.com/nakasyou.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Resx\nResx is powerful response module.\n## Example\nIf you want to response JSON:\n```ts\nimport * as resx from \"https://deno.land/x/resx\"\n\nconst response: Response = resx.json({\n  status: \"ok\",\n})\n```\nFor vanilla:\n```ts\nconst json = JSON.stringify({\n  status: \"ok\",\n})\nconst response: Response = new Response(json, {\n  headers: {\n    \"content-type\": \"application/json\",\n  },\n})\n```\n...\n\n```\n＿人人人人人人人人人人人人人＿  \n＞ Can you understand ＜  \n￣Y^Y^Y^Y^^Y^Y^Y^Y^Y^Y￣\n＿人人人人人人人人人人人人人人人＿  \n＞　おわかりいただけただろうか　＜  \n￣Y^Y^Y^YY^Y^Y^Y^Y^Y^Y^Y^￣\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnakasyou%2Fresx","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnakasyou%2Fresx","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnakasyou%2Fresx/lists"}