RequestHandlerWithApp typedef

RequestHandlerWithApp = dynamic Function(Application app, Request req, Response res)

Implementation

typedef RequestHandlerWithApp = Function(
  Application app,
  Request req,
  Response res,
);