Middleware for Vapor 3 to allow serving gzip encoded content. Inspired by https://github.com/vapor-community/gzip-provider
Go to file
Matthias Neeracher 86373428b9 Update to Vapor 4 2020-05-11 01:52:00 +02:00
Sources/GzipMiddleware Add shouldGzipResponse 2020-02-16 22:20:02 +01: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 to Vapor 4 2020-05-11 01:52:00 +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