handle method
Dispatches and processes an incoming BloomRequest through the middleware and route pipeline.
Alias for handleRequest.
Implementation
Future<BloomResponse> handle(BloomRequest request) => handleRequest(request);
Dispatches and processes an incoming BloomRequest through the middleware and route pipeline.
Alias for handleRequest.
Future<BloomResponse> handle(BloomRequest request) => handleRequest(request);