Popsicle Content Encoding
Popsicle middleware for supporting
Content-Encoding
compression.
Installation
npm install popsicle-content-encoding --save
Usage
import { contentEncoding } from "popsicle-content-encoding";
const middleware = compose([contentEncoding(), transport()]);
Automatically populates Accept-Encoding
based on node.js supported decompression algorithms, then decodes the matching response body. Does nothing if Accept-Encoding
is already set.
TypeScript
This project is written using TypeScript and publishes the definitions directly to NPM.
License
MIT