mountebank icon indicating copy to clipboard operation
mountebank copied to clipboard

Add behavior to stream response slowly

Open bbyars opened this issue 8 years ago • 0 comments

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

bbyars avatar May 04 '17 02:05 bbyars