A collection of helpful HttpContent extension methods
-
Updated
Sep 4, 2026 - C#
A collection of helpful HttpContent extension methods
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.
To associate your repository with the httpcontent topic, visit your repo's landing page and select "manage topics."