int http\Message::getResponseCode()
Retrieve the response code of the message.
See http\Message::setResponseCode() and http\Message::getResponseStatus().
Params:
None.
Returns:
- int, the response status code.
- false, if the message is not of type response.
Warnings:
- If the message is not of type response.