Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 282 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 282 Bytes

Plack-Middleware-Inflater

This PSGI middleware inflates incoming gzipped requests before they hit your PSGI app. This only happens whenever the request's Content-Encoding header is one of the values specified in the content_encoding attribute, which defaults to ['gzip'].