jala_http library

package:http adapter for Jala, the in-app Flutter network inspector.

Wraps any http.Client to capture requests, responses, and errors made through it into JalaBinding.instance, and supports one-tap replay via JalaHttpReplayer. See JalaHttp.wrap for the recommended way to wire an http.Client into Jala.

Classes

JalaHttp
Convenience entry point for wrapping a http.Client into Jala.
JalaHttpClient
http.BaseClient wrapper that captures every request, response, and error made through inner into JalaBinding.instance, and supports one-tap replay via JalaHttpReplayer.
JalaHttpReplayer
Re-issues a previously captured network call through a http.Client (normally the JalaHttpClient returned by JalaHttp.wrap).