{"id":26361134,"url":"https://github.com/polyseam/inflate_response","last_synced_at":"2025-10-20T08:28:55.485Z","repository":{"id":220410638,"uuid":"751523983","full_name":"polyseam/inflate_response","owner":"polyseam","description":null,"archived":false,"fork":false,"pushed_at":"2024-09-16T23:16:27.000Z","size":37,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-06-03T16:06:22.903Z","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":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/polyseam.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-02-01T19:23:21.000Z","updated_at":"2024-09-16T23:16:31.000Z","dependencies_parsed_at":"2024-03-02T02:26:58.371Z","dependency_job_id":"eb7b7823-7ed6-4ea8-9c6c-757a201f40e2","html_url":"https://github.com/polyseam/inflate_response","commit_stats":null,"previous_names":["polyseam/inflate_response"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/polyseam/inflate_response","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/polyseam%2Finflate_response","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/polyseam%2Finflate_response/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/polyseam%2Finflate_response/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/polyseam%2Finflate_response/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/polyseam","download_url":"https://codeload.github.com/polyseam/inflate_response/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/polyseam%2Finflate_response/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280054572,"owners_count":26264574,"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","status":"online","status_checked_at":"2025-10-20T02:00:06.978Z","response_time":62,"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":[],"created_at":"2025-03-16T17:20:03.199Z","updated_at":"2025-10-20T08:28:55.443Z","avatar_url":"https://github.com/polyseam.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# inflate_response\n\nThis module leverages the\n[Compression Streams API](https://deno.land/api?s=DecompressionStream) to\nprocess an HTTP response which has been compressed with gzip or deflate, then\nsave it to disk.\n\n## usage\n\n```typescript\nimport { inflateResponse } from \"https://deno.land/x/inflate_response/mod.ts\";\n\nconst myGzippedContent = await fetch(\n  \"https://example.com/some-gzipped-content.txt.gz\",\n);\n\n// this will save the uncompressed or \"inflated\" content to a file named `some-gzipped-content.txt`\nawait inflateResponse(myGzippedContent, \"./some-gzipped-content.txt\");\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpolyseam%2Finflate_response","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpolyseam%2Finflate_response","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpolyseam%2Finflate_response/lists"}