mirror of
https://git.phreedom.club/localhost_frssoft/compy.git
synced 2024-11-06 00:13:20 +00:00
fd53c9cb8c
Reconstruct the schema of the proxied request if it's not filled out. |
||
---|---|---|
proxy | ||
transcoder | ||
compy.go | ||
LICENSE | ||
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