Netling is a load tester client for easy web testing. It is extremely fast while using little CPU or memory.
.NET 7
The base source is meant to support most scenarios. You can use the WPF client, console client or integrate Netling.Core into your custom solution.
Need custom headers, data, etc? Fork and tweak it to your needs! :)
This is the default worker. It uses raw sockets and is very fast.
PS: SocketWorker requires keep-alive. Connection: Close will result in errors.
This worker uses HttpClient and is easier to tweak.