🔮 proxylite v0.3.0
In this release:
- Support customized hook function.
- Add Stop() method for proxyServer. It can be called in other goroutine to stop the blocking Run() method.
- Fix fatal bug in unit test: the proxyServer is never stopped, so the port is already in use.