是否有可以指定延迟时间向其发送请求的网站?

Is there a website you can send a request to with specified delay?

我正在寻找可以向其发送请求并在查询字符串中指定一定延迟量的网站,例如:

http://delaywebsite.com?delay=5

并且网站将等待 5 秒,然后用 200 响应。

google这是一件出奇困难的事情。我知道这很容易实现,但如果不需要,我宁愿不这样做。

这正是这样做的:

curl -I https://nghttp2.org/httpbin/delay/5

参考(动态数据):

https://nghttp2.org/httpbin