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
- Host: GitHub
- URL: https://github.com/milestonetg/http
- Owner: milestonetg
- License: mit
- Created: 2018-05-21T19:37:42.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-11-18T03:40:39.000Z (over 3 years ago)
- Last Synced: 2025-02-06T13:19:43.394Z (5 months ago)
- Topics: compression, httpclient, status-codes
- Language: C#
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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());
```