Skip to content

Instantly share code, notes, and snippets.

View AndreiGorlov's full-sized avatar

Andrei Gorlov AndreiGorlov

View GitHub Profile
using System;
using System.IO;
using System.IO.Compression;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Http;
namespace Middlewares
{
/// <summary>
/// Experimental compression middleware for self-hosted web app