'Is there a mechanism to delay traffic in ProxyMan?

Let's assume we have an HTTP/HTTPS traffic hitting an endpoint via GET request. The endpoint then returns a response. Is there a mechanism to delay the response for X seconds(assuming X < request timeout)? I have tried using BREAKPOINT already intuitively and was wondering if there is a direct solution for this.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source