require_once 'HTTP/Client/CookieManager.php';
void HTTP_Client_CookieManager::updateCookies (object HTTP_Request &$request)
void HTTP_Client_CookieManager::updateCookies
This method gets the cookies from HTTP response received by HTTP_Request instance and adds them to the object's internal list.
HTTP_Request object containing the HTTP response, i.e. its sendRequest() should already be called.
throws no exceptions thrown
see passCookies(), addCookie()
This function can not be called statically.