webarc v2 #1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "v2"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
WebArc v2
Complete Architectural Overhaul
WebArc no longer stores pre-rendered Monolith HTML files.
Instead, v2 introduces a blob-store–backed HTTP capture system, storing the actual request/response data.
This enables:
The archive format has been redesigned around normalized HTTP blobs and metadata allowing precise, reproducible replay.
Transparent HTTP Proxy
WebArc v2 adds a built-in transparent HTTP proxy that allows:
Web UI Overhaul
The Web UI should be rewritten to support the new underlying archive model:
SQLite Migration
WebArc v2 should use SQLite as the default and only database backend.
Benefits:
Pending TODOs
Abstract
Features
webarc importcommand for importing arbitrary data into request archivewebarc migrateto migrate previous monolith dir structuresWIP: webarc v2to webarc v2