HttpUpgradeConfig constructor

const HttpUpgradeConfig({
  1. String? host,
  2. String? path,
  3. Map<String, String>? headers,
  4. bool? acceptProxyProtocol,
})

Implementation

const factory HttpUpgradeConfig({
  String? host,
  String? path,
  Map<String, String>? headers,
  bool? acceptProxyProtocol,
}) = _HttpUpgradeConfig;