JavaScript/TypeScript SDK for httptape -- HTTP traffic recording, sanitization, and replay.
| Package | Description |
|---|---|
vite-plugin-httptape |
Vite plugin that manages an httptape process during vite dev |
@httptape/binary-* |
Platform-specific httptape binaries (installed automatically) |
This is a pnpm workspace monorepo. The Vite plugin is the primary user-facing package. The @httptape/binary-* packages are platform-specific wrappers around the httptape Go binary, installed automatically as optional dependencies.
pnpm install
pnpm typecheck
pnpm lint
pnpm testApache-2.0