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 年之前
Sources/GzipMiddleware Add shouldGzipResponse 3 年之前
.gitignore Initial commit 5 年之前
.swift-version Set up initial structure 5 年之前
LICENSE Initial commit 5 年之前
Package.swift Wait for completion of chunked body 3 年之前
README.md Initial commit 5 年之前

README.md

GzipMiddleware

Middleware for Vapor 3 to allow serving gzip encoded content.

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