Skip to content

Repository files navigation

HTTP Scope

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.

HTML Preview

HTML preview demo

This shows a capture of Vercel's Next.js suspense streaming example.

Getting Started

Install from Source

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.git
cd http-scope
npm install

Start Development Server

npm run dev

Production Build & Start

npm run build
npm start

About

Captures individual chunks from HTTP streams and renders partial HTML responses

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Used by

Contributors

Languages