A function that handles a standard HTTP request and returns a response.
typedef Handler = Future<Response> Function(Context ctx);