http-status-stub Usage: GET /status/[?body=text] Example: /status/418?body=teapot GET /timeout/[?status=code][&body=text][&headers=early] Waits milliseconds, then responds (default 200). Max 61000 ms. headers=early sends the status line and headers immediately and only delays the body. Example: /timeout/20000?status=504 Trailing path segments are ignored, so this can be used as a base URL that a caller appends its own path to: /timeout/20000/api/v1/things == /timeout/20000 Base URLs ending in "#" or "?" work too.