Public Member Functions | |
getHeader (string $headerName) | |
getStatusCode () | |
Interface for HTTP response object
This defines the methods which need to be implemented in order for the client to fully operate
coarnotify\http\HttpResponse::getHeader | ( | string | $headerName | ) |
Get the value of a header from the response.
string | $headerName | The name of the header |
Implemented in coarnotify\http\CurlHttpResponse.
coarnotify\http\HttpResponse::getStatusCode | ( | ) |
Get the status code of the response.
Implemented in coarnotify\http\CurlHttpResponse.