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 session logs as HAR file. #236

Merged
merged 3 commits into from
Feb 18, 2024

Conversation

jjotaum
Copy link
Contributor

@jjotaum jjotaum commented Feb 7, 2024

This PR attempts to resolve #195 or at least set a good start point to support HAR file exporting.

Generated file is compatible with Proxyman & Charles Proxy

Screenshot 2024-02-07 at 8 15 51 AM Screenshot 2024-02-07 at 8 16 25 AM

@kean
Copy link
Owner

kean commented Feb 18, 2024

Fantastic work, thank you @jjotaum. I wanted to add HAR support for a long time, but never had the time to address it.
Before I merge it, I just want to confirm that the code in struct HARDocument: Encodable is not a licensed code. Was it created from scratch or taken from somewhere else?

@jjotaum
Copy link
Contributor Author

jjotaum commented Feb 18, 2024

Fantastic work, thank you @jjotaum. I wanted to add HAR support for a long time, but never had the time to address it. Before I merge it, I just want to confirm that the code in struct HARDocument: Encodable is not a licensed code. Was it created from scratch or taken from somewhere else?

Cool you liked it, it was created from scratch by me based on HAR specs.

@kean kean merged commit 4b57345 into kean:main Feb 18, 2024
10 checks passed
@kean
Copy link
Owner

kean commented Feb 18, 2024

Thanks, I'm going to test It soon and release likely together with the preliminary visionOS support being introduced here #239

@jjotaum jjotaum deleted the feature/export-session-as-har branch February 19, 2024 19:11
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

Successfully merging this pull request may close these issues.

[Feature] Ability to share/export network log as Raw HTTP Messages
2 participants