13 Commits

Author SHA1 Message Date
wood chen
c21ba55041
Update readme.md 2025-02-15 12:10:41 +08:00
wood chen
03ffec4760
Update readme.md 2025-02-15 02:00:49 +08:00
wood chen
179898d01c
Update readme.md 2025-01-04 19:29:50 +08:00
wood chen
59af7fe312
Update readme.md 2025-01-01 02:56:38 +08:00
wood chen
8b99907dba
Update readme.md 2024-12-31 15:34:35 +08:00
wood chen
5c4701b99b
Update readme.md 2024-12-31 12:11:09 +08:00
040b01f4a4 feat(metrics): integrate comprehensive metrics tracking across handlers
- Enhanced metrics collection in ProxyHandler, MirrorProxyHandler, and FixedPathProxyMiddleware.
- Introduced a centralized metrics collector to streamline request tracking and statistics reporting.
- Updated MetricsHandler to utilize new metrics structure, including total bytes, requests per second, and error rates.
- Improved documentation in readme.md to reflect new features and usage instructions.
- Added support for metrics monitoring at `/metrics/ui` for better visibility into proxy performance.
2024-11-30 22:26:11 +08:00
wood chen
1bf60702c2
Update readme.md 2024-11-17 09:58:43 +08:00
fe6d604600 feat(internal/handler/proxy): enhance proxy handler to handle image requests and important headers
feat(internal/utils): add IsImageRequest function to identify image requests
2024-11-17 09:01:19 +08:00
78f9d431bc docs: Update configuration documentation and disable compression algorithms
Disable Gzip and Brotli compression algorithms in config.json and update readme.md accordingly
2024-10-30 11:18:13 +08:00
594cd0263e docs: Update README with new features and tips 2024-10-30 09:50:37 +08:00
wood chen
533737692d
Update readme.md 2024-10-30 00:08:43 +08:00
96068e2dfe feat(proxy-go): Initialize project structure and dependencies
Add .gitignore, go.mod, and readme.md files to set up the project structure and dependencies.
2024-10-29 23:02:08 +08:00