http_debugger library

Classes

HttpDebugger
HttpDebuggerClient
Utility for convenient client creation.
HttpDebuggerConfig
Stub for platforms without dart:io (e.g. Web). Does nothing.
HttpReverseProxyClient
Client wrapper for package:http that rewrites URL to reverse-proxy format: {proxyBaseUrl}{proxyHttpPath}?_target=<FULL_UPSTREAM_URL> Works on Web and IO since rewriting happens before sending the request.
HttpReverseProxyConfig