Skip to content

Add HAR 1.2 struct definitions and update module name#1

Merged
Mathious6 merged 1 commit intomainfrom
feat/har-struct
Apr 8, 2025
Merged

Add HAR 1.2 struct definitions and update module name#1
Mathious6 merged 1 commit intomainfrom
feat/har-struct

Conversation

@Mathious6
Copy link
Owner

This PR introduces the foundational structure for the HARKit library, aligning with the HAR 1.2 specification:

  • Adds harfile/har.go containing all core types from the HAR 1.2 spec (e.g., HAR, Log, Request, Response, Entry, Timings, etc.)
  • Uses native time.Time for date fields for better Go integration
  • Updates the Go module path to github.com/Mathious6/harkit in go.mod

These definitions provide the base for parsing and manipulating HTTP Archive data in future library features.

@Mathious6 Mathious6 merged commit b810883 into main Apr 8, 2025
@Mathious6 Mathious6 deleted the feat/har-struct branch April 8, 2025 20:18
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.

1 participant