CurlClient constructor
CurlClient({
- String? executable,
- String? userAgent,
- String? socksHostPort,
- CurlSocksProxyType socksProxyType = CurlSocksProxyType.socks5,
HTTP Client in Linux environment, executing the curl
binary.
Implementation
CurlClient({
this.executable,
this.userAgent,
this.socksHostPort,
this.socksProxyType = CurlSocksProxyType.socks5,
});