RawResponseInterface
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.
at line 17
array
getHeaders()
No description
at line 22
string
getBody()
Get the response body.
at line 27
string
getVersion()
Get the HTTP protocol version.