Overview

Namespaces

  • Mapbender
    • Component
      • HTTP
    • CoreBundle
      • Command
      • Component
        • Exception
      • Controller
      • DataFixtures
        • ORM
      • DependencyInjection
      • Element
        • Type
      • Entity
      • EventListener
      • Extension
      • Form
        • DataTransformer
        • EventListener
        • Type
      • Security
      • Template
    • KmlBundle
      • Element
    • ManagerBundle
      • Controller
      • Form
        • DataTransformer
        • Type
    • MonitoringBundle
      • Command
      • Component
      • Controller
      • DependencyInjection
      • Entity
      • EventListener
      • Form
    • PrintBundle
      • Component
      • Controller
    • WmcBundle
      • Component
        • Exception
      • Element
        • Type
      • Entity
      • Form
        • Type
    • WmsBundle
      • Component
        • Exception
      • Controller
      • DependencyInjection
      • Element
        • Type
      • Entity
      • Event
      • Form
        • EventListener
        • Type
    • WmtsBundle
      • Component
        • Exception
      • Controller
      • Entity
      • Form
        • Type
  • None
  • PHP

Classes

  • HTTPClient
  • HTTPResult
  • Overview
  • Namespace
  • Class
  • Tree
  • Deprecated
  • Todo
  • Download

Class HTTPClient

Namespace: Mapbender\Component\HTTP
Located at Mapbender/Component/HTTP/HTTPClient.php
Methods summary
public
# __construct( mixed $container = null )
public
# __destruct( )
public
# setProxyHost( mixed $host )
public
# getProxyHost( )
public
# setProxyPort( mixed $port )
public
# getProxyPort( )
public
# setNoProxyHosts( mixed $noProxyHosts )
public
# getNoProxyHosts( )
public
# getUsername( )
public
# setUsername( mixed $username )
public
# getPassword( )
public
# setPassword( mixed $password )
public
# setUsrPwd( mixed $usrpwd )
public
# getUsrPwd( )
public
# open( mixed $url, mixed $query = array(), mixed $method = 'GET', mixed $data = '' )

Shortcut Method

Shortcut Method

public static
# parseQueryString( mixed $str )
public static
# buildQueryString( mixed $parsedQuery )
public static
# parseUrl( mixed $url )
public static
# buildUrl( array $parsedUrl )
Properties summary
protected string $container ""
#
protected mixed $ch null
#
protected string $method "GET"
#
protected array $headers array()
#
protected string $host ""
#
protected string $port ""
#
protected string $path ""
#
protected mixed $username null
#
protected mixed $password null
#
protected mixed $proxyHost null
#
protected mixed $proxyPort null
#
protected array $noProxyHosts array()
#
protected mixed $usrpwd null
#
Mapbender3 API documenation API documentation generated by ApiGen 2.8.0