Middleware for Vapor 3 to allow serving gzip encoded content. Inspired by https://github.com/vapor-community/gzip-provider
Go to file
Matthias Neeracher 399ec66bda Get streaming approach to work after all 2018-10-07 02:09:31 +02:00
Sources/GzipMiddleware Get streaming approach to work after all 2018-10-07 02:09:31 +02:00
.gitignore Initial commit 2018-10-06 22:25:14 +00:00
.swift-version Set up initial structure 2018-10-06 21:24:35 +02:00
LICENSE Initial commit 2018-10-06 22:25:14 +00:00
Package.swift Compress to single data buffer instead of chunked stream 2018-10-07 01:32:19 +02:00
README.md Initial commit 2018-10-06 22:25:14 +00:00

README.md

GzipMiddleware

Middleware for Vapor 3 to allow serving gzip encoded content.

Inspired by https://github.com/vapor-community/gzip-provider