Compression Middleware
Compression middleware compresses response bodies before sending them to the client.
The compression algorithm is determined by the client’s Accept-Encoding
header. br
(Brotli) and gzip
are supported and are selected in that order.