interface RawResponseInterface

Methods

int
getStatusCode()

Get the response status code.

array
getHeaders()

No description

string
getBody()

Get the response body.

string
getVersion()

Get the HTTP protocol version.

Details

at line 12
int getStatusCode()

Get the response status code.

Return Value

int

at line 17
array getHeaders()

No description

Return Value

array

at line 22
string getBody()

Get the response body.

Return Value

string

at line 27
string getVersion()

Get the HTTP protocol version.

Return Value

string