Skip to content

Export in a more low level dump format #42

@HKalbasi

Description

@HKalbasi

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions