Remove mention of getCookies, since it's supposed to use Session::Request now.
This commit is contained in:
parent
6d4d51c6ee
commit
9b91dd558b
1 changed files with 0 additions and 1 deletions
|
|
@ -42,7 +42,6 @@ This package allows the manipulation of HTTP protocol information.
|
|||
|
||||
$http->sendHeader();
|
||||
|
||||
$cookies = $http->getCookies();
|
||||
$mimetype = $http->getMimeType();
|
||||
$code = $http->getStatus();
|
||||
($code, $description) = $http->getStatus();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue