http library

http package integration for shake_context.

Import this file only if your app uses package:http/http.dart and you want HTTP cycles to appear in the developer overlay's Network panel. Apps that don't import this file have http tree-shaken from release builds.

Classes

ShakeHttpClient
http-package equivalent of ShakeDioInterceptor. Wrap your existing http.Client with ShakeHttpClient(inner) and every request that flows through it is recorded as a NetworkLog.