TrustPinHttpClient constructor

TrustPinHttpClient(
  1. Client _inner
)

Creates a new TrustPinHttpClient that wraps the provided client.

The inner client will be used for making actual HTTP requests after certificate validation passes. TrustPin must be properly configured with TrustPin.setup before making requests.

Implementation

TrustPinHttpClient(this._inner);