HttpClient constructor

HttpClient(
  1. Client _inner
)

Creates an HttpClient with the specified underlying client.

_inner The base HTTP client to use for sending requests.

Implementation

HttpClient(this._inner);