hallatore / Netling

Netling is a load tester client for easy web testing.
MIT License
1.34k stars 210 forks source link

How to test post request from WPF client #39

Closed VenkateshSrini closed 4 years ago

VenkateshSrini commented 4 years ago

Hi, Is there a way by which I can test the post and put request using NetLing. If so please let me know.

hallatore commented 4 years ago

You can edit the default message and compile. Or extend it and add extra stuff to it.

If you look at HttpWorker it already takes method as an argument. https://github.com/hallatore/Netling/blob/master/Netling.Core.SocketWorker/Performance/HttpWorker.cs#L15