Remove mention of getCookies, since it's supposed to use Session::Request now.

This commit is contained in:
Colin Kuskie 2010-06-16 11:06:24 -07:00
parent 6d4d51c6ee
commit 9b91dd558b

View file

@ -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();