HTTP_Client_CookieManager::passCookies()

HTTP_Client_CookieManager::passCookies() -- Adds cookies to the request

Synopsis

require_once 'HTTP/Client/CookieManager.php';

void HTTP_Client_CookieManager::passCookies (object An &$request)

Beschreibung

The method sends only the cookies that should be sent with the request and it adds them in right order.

Parameter

object HTTP_Request &$request

HTTP_Request object

Fehler-Meldungen

throws no exceptions thrown

Siehe auch

see updateCookies(), addCookie()

Hinweise

Diese Methode kann nicht statisch aufgerufen werden.