hallatore / Netling

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

Add support for headers when creating a new HttpWorker #9

Closed hallatore closed 7 years ago

Zoxive commented 7 years ago

I threw together some code that does this in my fork. The current project I'm working on requires authentication so I just steal the cookie and set that via a header. I can probably clean it up some and rebase if your interested.