Fork of compy
Go to file
Barna Csorogi f9a6377450 fix mitm for http1 proxy connections
Add back Hijacking support for http1.1 CONNECT requests.
2016-03-28 18:28:51 +02:00
proxy fix mitm for http1 proxy connections 2016-03-28 18:28:51 +02:00
transcoder update for github.com/tdewolff/minify api changes 2015-11-25 14:43:45 +01: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