PHP Class RakutenRws_HttpClient_BasicHttpClient

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

Public Methods

Method Description
get ( $url, $params = [] )
post ( $url, $params = [] )

Protected Methods

Method Description
getStreamContext ( $url, $params, $method = 'GET' )
parseHeader ( $responseHeader )

Method Details

get() public method

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

getStreamContext() protected method

protected getStreamContext ( $url, $params, $method = 'GET' )

parseHeader() protected method

protected parseHeader ( $responseHeader )

post() public method

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