add getter for protected headers property

pull/194/head
Edward Brosens 10 years ago
parent e715471a2c
commit afbf306336

@ -145,6 +145,14 @@ class Response {
return $this;
}
/**
* Returns the headers from the response
* @return array
*/
public function headers() {
return $this->headers;
}
/**
* Writes content to the response body.
*

Loading…
Cancel
Save