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 6b2983cbbb Implement GzipServerMiddleware 4 years ago
Sources/GzipMiddleware Implement GzipServerMiddleware 4 years ago
.gitignore Initial commit 4 years ago
.swift-version Set up initial structure 4 years ago
LICENSE Initial commit 4 years ago
Package.swift Update package dependencies 4 years ago
README.md Initial commit 4 years ago

README.md

GzipMiddleware

Middleware for Vapor 3 to allow serving gzip encoded content.

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