barnacs / compy

HTTP/HTTPS compression proxy
ISC License
204 stars 34 forks source link

verbose logging #28

Open gaul opened 6 years ago

gaul commented 6 years ago

compy should support a --verbose flag so that it emits HTTP requests and responses like curl does. We should also attach some kind of request id since the current logging causes confusion with concurrent requests.

gaul commented 6 years ago

compy should include the origin IP address for the HTTP request as well.