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.Clientinto Jala. - JalaHttpClient
-
http.BaseClientwrapper that captures every request, response, and error made throughinnerintoJalaBinding.instance, and supports one-tap replay viaJalaHttpReplayer. - JalaHttpReplayer
-
Re-issues a previously captured network call through a
http.Client(normally the JalaHttpClient returned byJalaHttp.wrap).