get abstract method

Makes a HTTP get request using HttpClientRequest.

Implementation

Future<RepositoryHttpResponse> get({
  required RepositoryHttpRequest request,
});