Fork of compy
Go to file
2015-05-14 22:00:53 +02:00
proxy proxy header-only responses properly 2015-03-29 16:12:15 +02:00
transcoder Update for changes of tdewolff/minify dependency 2015-05-14 22:00:53 +02:00
compy.go initial commit 2015-03-28 23:07:40 +01:00
LICENSE initial commit 2015-03-28 23:07:40 +01:00
README initial commit 2015-03-28 23:07:40 +01:00

1, Compy
Compy is an HTTP/HTTPS proxy with mitm support and basic content compression/transcoding capabilities.

2, Features:
- HTTPS proxy (encrypted connection between client and proxy)
- man in the middle support
- gzip compression
- transcode animated gif to static image
- transcode jpeg to desired quality using libjpeg
- transcode png
- html/css/js minification

3, Usage
See compy --help

4, Credits
https://github.com/pixiv/go-libjpeg
https://github.com/tdewolff/minify

5, License
See LICENSE