我可以使用什么工具来发出多个 HTTP 请求?

What tool can I use to make multiple HTTP request?

我在我的应用程序中加入了一些代码来限制从一个 IP 接受的页面请求的数量。

我需要测试它,但我不知道可以使用什么工具来达到这个目的。

有什么建议吗?谢谢

请查看下面的链接,

HURL.it

Hurl.it makes HTTP requests.

Requestbin

RequestBin gives you a URL that will collect requests made to it and let you inspect them in a human-friendly way.