argo-gzip

0.2.1 • Public • Published

Argo Gzip Package

Now you can gzip with a simple argo middleware!

Usage.

    var argo = require("argo"),
        gzip = require("argo-gzip");
 
    argo()
        .use(gzip)
        .target("http://www.endpointAPI.com/");
 
//Now all request that come in with a "Accept-Encoding:gzip" header will be zipped
//All responses that are from the backend server that are gzipped are handled now as well

/argo-gzip/

    Package Sidebar

    Install

    npm i argo-gzip

    Weekly Downloads

    10

    Version

    0.2.1

    License

    MIT

    Last publish

    Collaborators

    • mdobs
    • kevinswiber