You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: