hallatore / Netling

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

Support Enable/Disable GZIP Compression #23

Closed RehanSaeed closed 7 years ago

RehanSaeed commented 7 years ago

I'm adding request decompression to my API (as opposed to the more common response compression) and would like to load test with GZIP'ed requests. Any chance of a simple check box or perhaps a combo-box (You may want to support other compression methods such as Deflate or Brotli) containing this option?

hallatore commented 7 years ago

Just fork the repo and add it yourself. There is header support, so it should be quite trivial to add the needed changes for your project.