Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Export in a more low level dump format #42

Open
HKalbasi opened this issue Feb 20, 2025 · 1 comment
Open

Export in a more low level dump format #42

HKalbasi opened this issue Feb 20, 2025 · 1 comment

Comments

@HKalbasi
Copy link

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?

@yoshimo
Copy link

yoshimo commented Feb 23, 2025

pcapng like in wireshark+sslkkeylogfile would be nice

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants