{"id":46340782,"url":"https://github.com/soenneker/soenneker.httpcontents.pooledbytearrays","last_synced_at":"2026-03-09T23:18:29.606Z","repository":{"id":332134269,"uuid":"1132878717","full_name":"soenneker/soenneker.httpcontents.pooledbytearrays","owner":"soenneker","description":"A custom HttpContent that wraps a rented byte array from an ArrayPool, writes only the valid byte range to outgoing streams, and returns the buffer to the pool when disposed to reduce GC allocations.","archived":false,"fork":false,"pushed_at":"2026-03-04T23:40:58.000Z","size":68,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-05T00:42:31.669Z","etag":null,"topics":["array","arraypool","byte","csharp","dotnet","httpcontent","httpcontents","object","pooled","pooledbytearraycontent","pooledbytearrays"],"latest_commit_sha":null,"homepage":"https://soenneker.com","language":"C#","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/soenneker.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","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},"funding":{"github":"soenneker","thanks_dev":"soenneker"}},"created_at":"2026-01-12T15:19:40.000Z","updated_at":"2026-03-04T17:44:34.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/soenneker/soenneker.httpcontents.pooledbytearrays","commit_stats":null,"previous_names":["soenneker/soenneker.httpcontents.pooledbytearrays"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/soenneker/soenneker.httpcontents.pooledbytearrays","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/soenneker%2Fsoenneker.httpcontents.pooledbytearrays","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/soenneker%2Fsoenneker.httpcontents.pooledbytearrays/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/soenneker%2Fsoenneker.httpcontents.pooledbytearrays/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/soenneker%2Fsoenneker.httpcontents.pooledbytearrays/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/soenneker","download_url":"https://codeload.github.com/soenneker/soenneker.httpcontents.pooledbytearrays/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/soenneker%2Fsoenneker.httpcontents.pooledbytearrays/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30316584,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-09T20:05:46.299Z","status":"ssl_error","status_checked_at":"2026-03-09T19:57:04.425Z","response_time":61,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["array","arraypool","byte","csharp","dotnet","httpcontent","httpcontents","object","pooled","pooledbytearraycontent","pooledbytearrays"],"created_at":"2026-03-04T20:08:06.531Z","updated_at":"2026-03-09T23:18:29.598Z","avatar_url":"https://github.com/soenneker.png","language":"C#","funding_links":["https://github.com/sponsors/soenneker","https://thanks.dev/soenneker"],"categories":[],"sub_categories":[],"readme":"[![](https://img.shields.io/nuget/v/soenneker.httpcontents.pooledbytearrays.svg?style=for-the-badge)](https://www.nuget.org/packages/soenneker.httpcontents.pooledbytearrays/)\n[![](https://img.shields.io/github/actions/workflow/status/soenneker/soenneker.httpcontents.pooledbytearrays/publish-package.yml?style=for-the-badge)](https://github.com/soenneker/soenneker.httpcontents.pooledbytearrays/actions/workflows/publish-package.yml)\n[![](https://img.shields.io/nuget/dt/soenneker.httpcontents.pooledbytearrays.svg?style=for-the-badge)](https://www.nuget.org/packages/soenneker.httpcontents.pooledbytearrays/)\n[![](https://img.shields.io/github/actions/workflow/status/soenneker/soenneker.httpcontents.pooledbytearrays/codeql.yml?label=CodeQL\u0026style=for-the-badge)](https://github.com/soenneker/soenneker.httpcontents.pooledbytearrays/actions/workflows/codeql.yml)\n\n# ![](https://user-images.githubusercontent.com/4441470/224455560-91ed3ee7-f510-4041-a8d2-3fc093025112.png) Soenneker.HttpContents.PooledByteArrays\n### A custom HttpContent that wraps a rented byte array from an ArrayPool, writes only the valid byte range to outgoing streams, and returns the buffer to the pool when disposed to reduce GC allocations.\n\n## Installation\n\n```\ndotnet add package Soenneker.HttpContents.PooledByteArrays\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsoenneker%2Fsoenneker.httpcontents.pooledbytearrays","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsoenneker%2Fsoenneker.httpcontents.pooledbytearrays","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsoenneker%2Fsoenneker.httpcontents.pooledbytearrays/lists"}