Simplistic Http request sender with option to save and load request collections. It is written in C# and uses .Net dotnet client under the hood. The main assumption was to use as little external dependencies as possible. Currently the single nuget package referenced is Microsoft.Extensions.DependencyInjection.
To run the application
- Clone the repository
- run
dotne runin repository main directory
- Dotnet 8
- WPF (Meaning it currently run on windows only)