Middleware for Vapor 3 to allow serving gzip encoded content. Inspired by https://github.com/vapor-community/gzip-provider
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Matthias Neeracher eaca6dde6a Add shouldGzipResponse 3 years ago
Sources/GzipMiddleware Add shouldGzipResponse 3 years ago
.gitignore Initial commit 5 years ago
.swift-version Set up initial structure 5 years ago
LICENSE Initial commit 5 years ago
Package.swift Wait for completion of chunked body 3 years ago
README.md Initial commit 5 years ago

README.md

GzipMiddleware

Middleware for Vapor 3 to allow serving gzip encoded content.

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