Class CommonProxy
CommonProxy class for
Direct known subclasses
OwsProxy3\CoreBundle\Component\WfsProxy
,
OwsProxy3\CoreBundle\Component\WmsProxy
Namespace: OwsProxy3\CoreBundle\Component
Author: Paul Schmidt
Located at OwsProxy3/CoreBundle/Component/CommonProxy.php
Author: Paul Schmidt
Located at OwsProxy3/CoreBundle/Component/CommonProxy.php
Methods summary
public
|
#
__construct( array $proxy_config,
Creates a common proxy |
protected
Buzz\Browser
|
|
public
Buzz\Message\MessageInterface
|
Magic methods summary
Properties summary
protected
ContainerInterface
|
$proxy_query
the container |
|
protected
array
|
$proxy_config
the proxy configuration |
|
protected
Logger
|
$logger
the logger |
|
protected
array
|
$headerBlackList
headernames |
# array("cookie", "user-agent", "content-length", "referer", "host") |
protected
array
|
$headerWhiteList
headernames |
# array() |
protected
String
|
$userAgent
The user-agent to send along with proxy requests |