PATH:
home
/
sparklp6
/
public_html
/
website_356c8563
/
nitropack
/
nitropack-sdk
/
vendor
/
nitropack
/
httpclient
/
src
<?php namespace NitroPack\HttpClient; class HttpConfig { private $cookieJar; private $referer; private $userAgent; private $proxy; private $hostOverrides; public function __construct() { $this->cookieJar = NULL; $this->referer = NULL; $this->userAgent = NULL; $this->proxy = NULL; $this->hostOverrides = array(); } public function setCookieJar($cookieJar = NULL) { $this->cookieJar = $cookieJar; } public function getCookieJar() { return $this->cookieJar; } public function setReferer($referer = NULL) { $this->referer = $referer; } public function getReferer() { return $this->referer; } public function setUserAgent($userAgent = NULL) { $this->userAgent = $userAgent; } public function getUserAgent() { return $this->userAgent; } public function setProxy($proxy) { $this->proxy = $proxy; } public function getProxy() { return $this->proxy; } public function setHostOverride($host, $dest) { $this->hostOverrides[$host] = $dest; } public function getHostOverrides() { return $this->hostOverrides; } }
[-] HttpClientProxy.php
[edit]
[-] .htaccess
[edit]
[-] HttpConfig.php
[edit]
[-] Logger.php
[edit]
[-] HttpClientTimerType.php
[edit]
[+]
StreamFilter
[-] HttpClientMulti.php
[edit]
[-] 57999
[edit]
[-] HttpClientSocksProxy.php
[edit]
[+]
Commands
[-] HttpClientSocks4Proxy.php
[edit]
[-] HttpClientTimer.php
[edit]
[-] HttpClientState.php
[edit]
[-] 7765
[edit]
[+]
..
[+]
Exceptions