class TestSession_STResponseWrapper (View source)

Wrapper around SS_HTTPResponse to make it look like a SimpleHTTPResposne

Methods

public
__construct(SS_HTTPResponse $response)

No description

public
string
getContent()

No description

public
string
getError()

No description

public
null
getSent()

No description

public
string
getHeaders()

No description

public
string
getMethod()

No description

public
string
getUrl()

No description

public
null
getRequestData()

No description

Details

__construct(SS_HTTPResponse $response)

No description

Parameters

SS_HTTPResponse $response

string getContent()

No description

Return Value

string

string getError()

No description

Return Value

string

null getSent()

No description

Return Value

null

string getHeaders()

No description

Return Value

string

string getMethod()

No description

Return Value

string 'GET'

string getUrl()

No description

Return Value

string

null getRequestData()

No description

Return Value

null