HTTP Scope captures individual chunks from HTTP streams and renders partial HTML responses in the built-in preview. It uses a backend capture service to avoid browser CORS restrictions and provide a consistent environment for observing response chunking and loading behavior.
This shows a capture of Vercel's Next.js suspense streaming example.
Requires Node.js and npm. The required Node.js and npm versions are defined in package.json.
git clone https://github.com/dejohansson/http-scope.gitcd http-scopenpm installnpm run devnpm run buildnpm start