.NET Library for handling HAR requests and responses.
In addition to serialization and deserialization support, it also has some helper code for creating a HAR-based HTTP server (received HAR requests and responds with HAR responses).
- HAR 1.2 Spec
- MFilesExtensionGateway (uses bsn.Har to proxy requests just via a single string input/output)
- Implements .NET HAR serialization and deserialization
- Helper methods for getting and setting bodies
- Parsing of query strings and
multipart/form-data
andapplication/x-www-form-urlencoded
bodies - Lightweight framework for routing HAR requests to create a HTTP server, including command-pattern and binding support
https://github.com/avonwyss/bsn.Har
- MIT license
- Copyright 2022 © Arsène von Wyss.