A function that takes a Request and returns a Future containing the modified Request.
Future<Request> Function(Request rq)? onRequest;