ProxyTypeHttp constructor

const ProxyTypeHttp({
  1. required String username,
  2. required String password,
  3. required bool httpOnly,
})

A HTTP transparent proxy server

Implementation

const ProxyTypeHttp({
  required this.username,
  required this.password,
  required this.httpOnly,
});