Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions plugins/har-import/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# HTTP Archive (HAR) Importer for Voiden

Import HTTP Archive (`.har`) files captured from browser Developer Tools and automatically convert network requests into native Voiden `.void` request files.

## Features
- Import `.har` files
- Group requests by page title or domain hostname
- Extract headers, cookies, query parameters, and request bodies
- Supports JSON, XML, Form Data (URL-encoded), Multipart, and Plain Text bodies
- Option to ignore static assets (images, CSS, JS, fonts, etc.)
- Progress tracking and cancellation support
Loading