Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 234 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 234 Bytes

MilestoneTG.Http

Extensions for System.Net.Http.

Common Types

  • GZipCompressionDelegatingHandler
  • DeflateCompressionDelegatingHandler

Usage

var httpClient = new HttpClient(new GZipCompressionDelegatingHandler());