class TestSession_STResponseWrapper

Wrapper around SS_HTTPResponse to make it look like a SimpleHTTPResposne

Methods

__construct(SS_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

at line 267
__construct(SS_HTTPResponse $response)

Parameters

SS_HTTPResponse $response

at line 274
string getContent()

Return Value

string

at line 281
string getError()

Return Value

string

at line 288
null getSent()

Return Value

null

at line 295
string getHeaders()

Return Value

string

at line 302
string getMethod()

Return Value

string 'GET'

at line 309
string getUrl()

Return Value

string

at line 316
null getRequestData()

Return Value

null