Slow Lane

URL Params: /stream?...
Param Default Description
"ct" or "content_type" text/plain Sets the response HTTP header
"c" or "count" 10 Sets number of lines to be returned
"d" or "delay" 0.4 Sets the delay between each line
"t" or "text" Random 64 hex characters Sets the text to be returned

Sample URL: /stream.png?c=20&d=0.2&ct=text/html&t=hello,%20world!
Source: github.com/cianmce/slow-lane Fork me on GitHub