Middleware for Vapor 3 to allow serving gzip encoded content. Inspired by https://github.com/vapor-community/gzip-provider
Go to file
Matthias Neeracher d634e9c6ae Update dependency on ZIPFoundation 2019-10-29 12:17:59 +01:00
Sources/GzipMiddleware Fix bug with empty consumer buffers which mostly affected Linux 2019-10-16 17:09:30 +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 Update dependency on ZIPFoundation 2019-10-29 12:17:59 +01: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