Middleware for Vapor 3 to allow serving gzip encoded content. Inspired by https://github.com/vapor-community/gzip-provider
Go to file
Matthias Neeracher a8cf77ec7c Flatten futures 2020-02-11 08:04:31 +01:00
Sources/GzipMiddleware Flatten futures 2020-02-11 08:04:31 +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 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