dart_webcore/routing/repo/processor library

Typedefs

AfterProcessor = FutureOr<void> Function(RequestHolder request, ResponseHolder response, Map<String, dynamic> pathArgs)
Processor = FutureOr<PassedHttpEntity> Function(RequestHolder request, ResponseHolder response, Map<String, dynamic> pathArgs)
this is the processor function that deals with either the middleware or the handler itself