Skip to content

Commit

Permalink
Add logger feature
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikPelli authored and elazarl committed Dec 19, 2024
1 parent 42e77ad commit 0cbc932
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0cbc932

Please sign in to comment.