{"id":16020698,"url":"https://github.com/noxify/honojs-got","last_synced_at":"2025-10-19T01:06:15.265Z","repository":{"id":221356490,"uuid":"753558911","full_name":"noxify/honojs-got","owner":"noxify","description":null,"archived":false,"fork":false,"pushed_at":"2024-02-07T14:08:15.000Z","size":41,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-16T12:59:27.794Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/noxify.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}},"created_at":"2024-02-06T11:09:54.000Z","updated_at":"2024-02-07T14:02:12.000Z","dependencies_parsed_at":"2024-02-07T15:26:10.561Z","dependency_job_id":"e1993223-6f7a-4b34-940e-cc08450788b2","html_url":"https://github.com/noxify/honojs-got","commit_stats":null,"previous_names":["noxify/honojs-got"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noxify%2Fhonojs-got","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noxify%2Fhonojs-got/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noxify%2Fhonojs-got/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noxify%2Fhonojs-got/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/noxify","download_url":"https://codeload.github.com/noxify/honojs-got/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241304296,"owners_count":19941101,"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":"2024-10-08T17:43:43.305Z","updated_at":"2025-10-19T01:06:15.173Z","avatar_url":"https://github.com/noxify.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Usage\n\n### 1. Start the dev Server\n\n```\nnpm run dev\n```\n\n### 2. Run with retry\n\n```\nnpm run retry\n```\n\nIn the log for the dev server, you will see something like this:\n\n```\nServer is running on port 3000\n  \u003c-- GET /retry\n  --\u003e GET /retry 400 1ms\n  \u003c-- GET /retry\n  --\u003e GET /retry 400 1ms\n  \u003c-- GET /retry\n  --\u003e GET /retry 400 1ms\n```\n\n\nIn the logs for the script execustion, you will see the following log entry multiple times ( in our case it's 3x):\n\n```\nRequest: GET http://localhost:3000/retry\nResponse: GET 400 /retry %s\nRequest: GET http://localhost:3000/retry\nResponse: GET 400 /retry %s\nRequest: GET http://localhost:3000/retry\nResponse: GET 400 /retry %s\n```\n\n### 2. Run with noretry\n\n```\nnpm run noretry\n```\n\nIn the log for the dev server, you will see something like this:\n\n```\nServer is running on port 3000\n  \u003c-- GET /noretry\n  --\u003e GET /noretry 400 4ms\n```\n\nIn the logs for the script execustion, you will see the following log entry only once:\n\n```\nRequest: GET http://localhost:3000/noretry\nResponse: GET 400 /noretry %s\n```\n\n### 3. Run with extend and norety\n\n```\nnpm run extend\n```\n\nIn the log for the dev server, you will see something like this:\n\n```\nServer is running on port 3000\n  \u003c-- GET /noretry\n  --\u003e GET /noretry 400 4ms\n```\n\nIn the logs for the script execustion, you will see the following log entry only once:\n\n```\nRequest: GET http://localhost:3000/noretry\nResponse: GET 400 /noretry %s\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnoxify%2Fhonojs-got","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnoxify%2Fhonojs-got","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnoxify%2Fhonojs-got/lists"}