handle abstract method

Future<bool> handle(
  1. int requestId,
  2. HttpRequest request,
  3. String href
)

This method should handle the requests if the implementation supports the resource demanded.

Returns true if the request has been handled

Implementation

Future<bool> handle(int requestId, HttpRequest request, String href);