handle method
Handles an ordinary request. The service receives the full request
(its path is not stripped of mount).
Implementation
@override
Future<HubResponse> handle(HubRequest request) => _handler(request);
Handles an ordinary request. The service receives the full request
(its path is not stripped of mount).
@override
Future<HubResponse> handle(HubRequest request) => _handler(request);