Requests_Proxy_HTTP::get_auth_string

Advertisement

Summery Summery

Get the authentication string (user:pass)

Syntax Syntax

Requests_Proxy_HTTP::get_auth_string()

Return Return

(string)

Source Source

File: wp-includes/Requests/Proxy/HTTP.php

	public function get_auth_string() {
		return $this->user . ':' . $this->pass;
	}

Advertisement

Changelog Changelog

Changelog
Version Description
1.6 Introduced.

Advertisement

Leave a Reply