HttpArchive supports HTTP Archive (HAR) Format serialization in .NET Standard
Based on documentation from: http://www.softwareishard.com/blog/har-12-spec/
And then following https://github.com/ahmadnassri/har-spec for additional details.
Targeting the v1.3 spec proposal.
- POCOs for serialization
- Using System.Text.Json
- Using Nullable Reference Types
- NetStandard
- XUnit tests
- .NET types for dates, bools, etc.