{"app":"chaos-origin","version":"0.1.0-rc.4","endpoints":{"/status/{code}":"return exactly this status code","/delay/{ms}":"respond after ms milliseconds (max 30000)","/bytes/{n}":"return exactly n bytes of body (max 10485760)","/cache/{ttl}":"respond with Cache-Control/Edge-Control for this TTL in seconds","/flap?period=60":"alternate 200 and 503 every period seconds","/echo":"reflect the request back as JSON (any method)","/stream?chunks=10&interval_ms=200":"chunked response, one chunk per interval","/drip?bytes=1000&duration_ms=5000":"trickle a body out slowly","/redirect/{n}":"chain of n redirects, ending at /","/gzip":"gzip-encoded response body","/vary":"response carrying a Vary header"}}