menu
neomage package
documentation
utils/proxy/proxy_utils.dart
ProxyFetchOptions
ProxyFetchOptions.new const constructor
ProxyFetchOptions.new const constructor
dark_mode
light_mode
ProxyFetchOptions
constructor
const
ProxyFetchOptions
(
{
TLSConfig
?
tlsConfig
,
String
?
proxyUrl
,
String
?
unixSocket
,
bool
keepAlive
=
true
,
})
Implementation
const ProxyFetchOptions({ this.tlsConfig, this.proxyUrl, this.unixSocket, this.keepAlive = true, });
neomage package
documentation
utils/proxy/proxy_utils
ProxyFetchOptions
ProxyFetchOptions.new const constructor
ProxyFetchOptions class