Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 1.09 KB

README.md

File metadata and controls

41 lines (28 loc) · 1.09 KB

bsn.Har

.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).


Links


Description

  • Implements .NET HAR serialization and deserialization
  • Helper methods for getting and setting bodies
  • Parsing of query strings and multipart/form-data and application/x-www-form-urlencoded bodies
  • Lightweight framework for routing HAR requests to create a HTTP server, including command-pattern and binding support

Source

https://github.com/avonwyss/bsn.Har


License