* feat: add http proxy support
* feat: enhance server command to print local IPs on startup
- Added a new function `printLocalIPs` to display available local IP addresses when the server starts.
- Integrated the IP printing functionality into both the mock command and the server command, improving visibility of server accessibility.
This change helps users easily identify the server's available addresses for better connectivity.
* feat: support to set proxy on ui
* update the test suite page
* test pass with the http proxy mode
* update grpc files
* update grpc files
* support insecure during testing
* fix the unit tests
* add more unit testing
---------
Co-authored-by: rick <LinuxSuRen@users.noreply.github.com>