HarSharp
HarSharp copied to clipboard
A small and easy-to-use library to parse HTTP Archive (HAR) format to .NET objects.
I am deserializing HAR that has a resource with response content size of 11469093 bytes. When reading Response.Content.Text from Log.Entries the string is truncated to 1048576 bytes so data from...
Are there any plans to create `HttpClient` or `WebClient` or `HttpWebRequest` objects from `HAR` object/file? This will allow us to easily create `HttpClient` or `WebClient` or `HttpWebRequest` and quickly populate...
This is the case with some HAR files generated by chrome/edge
I am looking for the ability to convert network traffic from Chrome into an HAR file. I have the requests and responses. Is it possible to use this library to...
Upgrade to .NET 6 Switch to `System.Text.Json` for faster & improved parsing Use stream-based read in `DeserializeFromFile(string fileName)` to prevent out of memory issues