Skip to content

Popsicle middleware for supporting `Content-Encoding` compression

License

Notifications You must be signed in to change notification settings

serviejs/popsicle-content-encoding

Repository files navigation

Popsicle Content Encoding

NPM version NPM downloads Build status Test coverage

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

About

Popsicle middleware for supporting `Content-Encoding` compression

Resources

License

Security policy

Stars

Watchers

Forks

Packages

No packages published