HttpClientWrapper

Default implementation of IHttpClientWrapper

Public Methods

GetAsync

public Task<HttpResponseMessage> GetAsync(Uri uri)

Sends a GET request to the specified URI

Parameters:

  • uri (Uri): The URI to send the request to

Returns: Task<HttpResponseMessage>

  • The HTTP response message