hallatore / Netling

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

Expose custom headers in UI #19

Closed Huachao closed 5 years ago

Huachao commented 7 years ago

Can we have some place to set the custom headers in the UI?

simonmurdock commented 6 years ago

This would be good, I currently require this to pass "accept" headers - allowing me to compare protobuf serialization to json

jstallm commented 6 years ago

Its pretty straightforward to add headers in source code if your willing to clone the repo and write the code yourself. Adding in the UI doesnt seem as strait forward since the passing of the headers from UI layer down through the method signatures means a lot of updates. Just try it in code.

jstallm commented 6 years ago

@hallatore , do you think this issue can be closed since it was stated that this type of update be done on a individual clone basis only in the readme?

Need custom headers, data, etc? Fork and tweak it to your needs! :)

hallatore commented 5 years ago

Fork and tweak it is the way to go! :)

I might add some features like this in the future. But I want the base app to be as small as possible. So I'm trying to have as few features as possible.