Requests_Proxy_HTTP::fsockopen_remote_host_path()

最后更新于:2021-12-01 11:09:13

Requests_Proxy_( string$path, string$url)

Alter remote path before getting stream data

参数

$path

(string) (Required) Path to send in HTTP request string (“GET …”)

$url

(string) (Required) Full URL we’re requesting

源文件

文件: gc-includes/Requests/Proxy/HTTP.php

	public function fsockopen_remote_host_path(&$path, $url) {
		$path = $url;
	}