- add swagger definitions for all API routes - self-host the swagger UI on `/swagger/` - serve swagger spec on `/swagger.json`
Adds an endpoint that does chunk based encoding. The endpoint just stalls and eventually returns the stall time. Similar to the delay endpoint but in a chunked maner. Fixed up the metrics interceptor to wrap ResponseWriter correctly too.