{"id":26720964,"url":"https://github.com/adamjosefus/allo_responses","last_synced_at":"2026-05-15T01:33:00.508Z","repository":{"id":43349369,"uuid":"461435213","full_name":"adamjosefus/allo_responses","owner":"adamjosefus","description":"🦕 Prepared reponse classes for Deno.","archived":false,"fork":false,"pushed_at":"2022-03-06T21:32:08.000Z","size":6,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-11-13T14:15:48.860Z","etag":null,"topics":["deno","http","response","typescript","utils"],"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/adamjosefus.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}},"created_at":"2022-02-20T09:05:42.000Z","updated_at":"2022-03-01T11:07:19.000Z","dependencies_parsed_at":"2022-08-20T02:41:28.680Z","dependency_job_id":null,"html_url":"https://github.com/adamjosefus/allo_responses","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/adamjosefus/allo_responses","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adamjosefus%2Fallo_responses","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adamjosefus%2Fallo_responses/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adamjosefus%2Fallo_responses/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adamjosefus%2Fallo_responses/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/adamjosefus","download_url":"https://codeload.github.com/adamjosefus/allo_responses/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adamjosefus%2Fallo_responses/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33050231,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-13T13:14:54.681Z","status":"online","status_checked_at":"2026-05-14T02:00:06.663Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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","http","response","typescript","utils"],"created_at":"2025-03-27T19:35:14.007Z","updated_at":"2026-05-15T01:33:00.489Z","avatar_url":"https://github.com/adamjosefus.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Allo Reponses for Deno 🦕\n\nPrepared reponse classes for Deno.\n\n## Classes\n\n### `TextResponse`\n```ts\nconst r = new TextResponse('Lorem ipsum');\n```\n\n### `JsonResponse`\n```ts\nconst r = new JsonResponse([{ foo: bar }]);\n```\n\n### `HtmlResponse`\n```ts\nconst r = new HtmlResponse('\u003ch1\u003eHello World\u003c/h1\u003e');\n```\n\n### `FileResponse`\n```ts\nconst r = new FileResponse('/path/to/file.ext');\n```\n```ts\nconst file: File = /*...*/;\nconst r = new FileResponse(file);\n```\n```ts\nconst file: Deno.FsFile = /*...*/;\nconst r = new FileResponse(file);\n```\n\n---\n\n## Documentation 📖\n\nDescription of all classes and methods with **examples** will found in the [documentation](https://doc.deno.land/https://deno.land/x/allo_responses/mod.ts).\n\n---\n\nCheck out other [ours packages 📦](https://deno.land/x?query=allo_)!","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadamjosefus%2Fallo_responses","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadamjosefus%2Fallo_responses","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadamjosefus%2Fallo_responses/lists"}