TCPHeaderConfig.http constructor

const TCPHeaderConfig.http({
  1. AuthenticatorRequest? request,
  2. AuthenticatorResponse? response,
})

Implementation

const factory TCPHeaderConfig.http({
  AuthenticatorRequest? request,
  AuthenticatorResponse? response,
}) = Authenticator;