No way to export requests/responses to HAR format or import from browser DevTools. This limits debugging workflows.
Proposed Implementation
kurl https://api.example.com --export-har request.har
kurl --import-har browser-export.har --replay
Import from Chrome/Firefox DevTools
Export request history as HAR collection
Convert HAR to kurl profiles:
kurl convert-har ./export.har
Why this matters
HAR is the lingua franca of web debugging. Integration with browser DevTools is essential for frontend-backend collaboration.
Acceptance Criteria
No way to export requests/responses to HAR format or import from browser DevTools. This limits debugging workflows.
Proposed Implementation
Import from Chrome/Firefox DevTools
Export request history as HAR collection
Convert HAR to kurl profiles:
Why this matters
HAR is the lingua franca of web debugging. Integration with browser DevTools is essential for frontend-backend collaboration.
Acceptance Criteria