From 0cbc932633993fe1911bff5bb63c3115ac95522f Mon Sep 17 00:00:00 2001 From: Erik Pellizzon Date: Thu, 19 Dec 2024 14:33:21 +0100 Subject: [PATCH] Add logger feature --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7055063d..89c7f088 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,7 @@ proxy is `localhost:8080`, which is the default one in our example. - Use a `custom http.Transport` to perform requests to the target server - You can specify a `MITM certificates cache`, to reuse them later for other requests to the same host, thus saving CPU. Not enabled by default, but you should use it in production! - Redirect normal HTTP traffic to a `custom handler`, when the target is a `relative path` (e.g. `/ping`) +- You can choose the logger to use, by implementing the `Logger` interface ## Proxy modes 1. Regular HTTP proxy