Go to file
Barna Csorogi 343bdd5266 initial commit 2015-03-28 23:07:40 +01:00
proxy initial commit 2015-03-28 23:07:40 +01:00
transcoder 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
compy.go initial commit 2015-03-28 23:07:40 +01:00

README

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