Allow clients to control the delay before a response is written (like the existing /delay/{duration} endpoint) for all endpoints via a special _delay query param.
Note: original description was edited, is preserved below for posterity.
Original issue
I found myself wanting to delay /image/png or /bytes or /jsonl, but rather than add that to each endpoint perhaps if RedirectTo could delay, then it could follow that redirect. This seems like a powerful feature add for a relatively simple change.
Thanks for the tool and site!
Allow clients to control the delay before a response is written (like the existing
/delay/{duration}endpoint) for all endpoints via a special_delayquery param.Note: original description was edited, is preserved below for posterity.
Original issue
I found myself wanting to delay /image/png or /bytes or /jsonl, but rather than add that to each endpoint perhaps if RedirectTo could delay, then it could follow that redirect. This seems like a powerful feature add for a relatively simple change.Thanks for the tool and site!