PHP Class RakutenRws_HttpClient_CurlHttpClient

Inheritance: extends RakutenRws_HttpClient
Mostra file Open project: rakuten-ws/rws-php-sdk

Protected Properties

Property Type Description
$curlOptions

Public Methods

Method Description
__construct ( $options = [] )
get ( $url, $params = [] )
getCurlOptions ( $options )
post ( $url, $params = [] )
setCurlOptions ( $options )

Protected Methods

Method Description
getHandler ( )
makeResponse ( $url, $params, $curl )

Method Details

__construct() public method

public __construct ( $options = [] )

get() public method

public get ( $url, $params = [] )

getCurlOptions() public method

public getCurlOptions ( $options )

getHandler() protected method

protected getHandler ( )

makeResponse() protected method

protected makeResponse ( $url, $params, $curl )

post() public method

public post ( $url, $params = [] )

setCurlOptions() public method

public setCurlOptions ( $options )

Property Details

$curlOptions protected_oe property

protected $curlOptions