Middleware for Vapor 3 to allow serving gzip encoded content. Inspired by https://github.com/vapor-community/gzip-provider
移至檔案
Matthias Neeracher 1550ec1298 Wait for completion of chunked body 2020-02-12 03:04:51 +01:00
Sources/GzipMiddleware Wait for completion of chunked body 2020-02-12 03:04:51 +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 Wait for completion of chunked body 2020-02-12 03:04:51 +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