HttpProxyService constructor
HttpProxyService({})
Creates an HTTP proxy service.
Implementation
HttpProxyService({
this.defaultConfig,
http.Client? httpClient,
this.timeout = const Duration(seconds: 120),
}) : httpClient = httpClient ?? http.Client();