Requests_Proxy_HTTP::get_auth_string()
最后更新于:2021-12-01 11:09:20
Requests_Proxy_()
Get the authentication string (user:pass)
响应
(string)
源文件
文件: gc-includes/Requests/Proxy/HTTP.php
public function get_auth_string() {
return $this->user . ':' . $this->pass;
}