dio_debugger
Library for enabling HTTP request debugging through a proxy server.
Supports two modes of operation:
- Reverse proxy: intercepts requests and routes them through the proxy server for viewing and debugging
- Forward proxy: uses the system proxy for request routing
Settings can be configured via environment variables or method parameters.
Classes
| Class | Description |
|---|---|
| DioDebugger | Simple utility for attaching reverse-proxy to an existing Dio instance. By default, it tries to get settings from ENV variables (via Platform.environment): |