mountebank
mountebank copied to clipboard
Add behavior to stream response slowly
It could be something like
{
"_behaviors": {
"stream": {
"over": 5000,
"every": 100
}
}
This would finish the response in 5 seconds, but slowly send part of the payload every 100 milliseconds.
add behavior to respond slow ("drip bytes") handle response but responding very slowly