package serve_static; typedef RequestHandler = (request:node.http.IncomingMessage, response:R, next:ts.AnyOf2<() -> Void, (err:http_errors.HttpError) -> Void>) -> Dynamic;