class TestSession_STResponseWrapper (View source)

Wrapper around HTTPResponse to make it look like a SimpleHTTPResposne

Methods

__construct(HTTPResponse $response)

No description

string
getContent()

No description

string
getError()

No description

null
getSent()

No description

string
getHeaders()

No description

string
getMethod()

No description

string
getUrl()

No description

null
getRequestData()

No description

Details

__construct(HTTPResponse $response)

Parameters

HTTPResponse $response

string getContent()

Return Value

string

string getError()

Return Value

string

null getSent()

Return Value

null

string getHeaders()

Return Value

string

string getMethod()

Return Value

string

'GET'

string getUrl()

Return Value

string

null getRequestData()

Return Value

null