Skip to content

Latest commit

 

History

History

Compress

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Compress

This example application illustrates how to use the compress interceptor and middleware to transparently compress and decompress requests and responses.

You can build the client and server applications with:

dotnet build

First start the Server program:

cd Server
dotnet run

In a separate terminal, start the Client program:

cd Client
dotnet run