parsecph / clobbr

⚡️ A tool to check the speed and resilience of your API endpoints against multiple parallel or sequence requests.
https://clobbr.app
MIT License
206 stars 13 forks source link

Handle redirects (-1 no follow = success), otherwise number #37

Open danmindru opened 4 years ago

danmindru commented 4 years ago

Could allow setting number of redirects to follow

-1 don't follow, or > 0 follow, or follow all

danmindru commented 2 years ago

TODO: how to do the same in node?