4 Commits

Author SHA1 Message Date
da140d5415 Remove response data truncation logic in ProxyManager for improved readability of displayed content. 2025-10-31 10:28:50 +08:00
a4127509af Enhance ProxyManager and ProxyValidator to display detailed response information, including status codes, response data, and headers. Implement response data truncation for better readability. Update validation logic to capture and return response details in case of errors. 2025-10-31 09:56:31 +08:00
f96a69e846 Add logging functionality and new log-related endpoints
- Integrated a logging service to redirect console outputs.
- Added new endpoints for managing logs:
  - Retrieve log file list
  - Read specific log file content
  - Fetch recent logs
  - Stream logs via Server-Sent Events
  - Search logs by keyword
  - Cleanup old log files
- Updated application metadata to include new log management features.
2025-10-31 09:23:05 +08:00
480f224ab6 init 2025-10-30 23:05:24 +08:00