-
Notifications
You must be signed in to change notification settings - Fork 60
Open
Description
Currently httptap supports exporting the result as har, but har is a clumsy format and is not really great at handling binary data (it handles response binary data as base64, and doesn't support request binary data at all). I'm interested in a new output format (for example called hcap, http capture) that precisely includes every request and response headers and body. By precise, I mean it shouldn't for example re encode the data or unzip the gzipped responses. My usecase is to replay the responses (potentially modified) to study the application behavior further.
Is is possible to have such output format in httptap?
Metadata
Metadata
Assignees
Labels
No labels