An open API service indexing awesome lists of open source software.

https://github.com/milestonetg/http

Extensions for System.Net.Http
https://github.com/milestonetg/http

compression httpclient status-codes

Last synced: 4 months ago
JSON representation

Extensions for System.Net.Http

Awesome Lists containing this project

README

        

# MilestoneTG.Http
Extensions for System.Net.Http.

## Common Types
* GZipCompressionDelegatingHandler
* DeflateCompressionDelegatingHandler

## Usage
```cs
var httpClient = new HttpClient(new GZipCompressionDelegatingHandler());
```