Skip to content

argo/argo-gzip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A gzip compression module for argo!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published