dio_debugger 0.2.0
dio_debugger: ^0.2.0 copied to clipboard
Lightweight utility to attach a reverse/forward proxy to an existing Dio instance for local debugging.
Changelog #
0.2.0 #
- Added comprehensive e2e tests with real Go proxy
- Added edge-case contract tests
- Improved documentation
- Code comments translated to English
- Internal refactoring for better maintainability
0.1.5 #
- Skip/allow rules for paths, hosts, and methods
- Bug fixes and stability improvements
0.1.4 #
- Added
enabledparameter for conditional debugging - Environment variable support
0.1.3 #
- Forward proxy mode support
- Allow bad certificates option
0.1.2 #
- Initial stable release
- Reverse proxy mode
- Dio interceptor integration