public function CookieJarInterface::extractCookies in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/guzzlehttp/guzzle/src/Cookie/CookieJarInterface.php \GuzzleHttp\Cookie\CookieJarInterface::extractCookies()
Extract cookies from an HTTP response and store them in the CookieJar.
Parameters
RequestInterface $request Request that was sent:
ResponseInterface $response Response that was received:
1 method overrides CookieJarInterface::extractCookies()
- CookieJar::extractCookies in vendor/
guzzlehttp/ guzzle/ src/ Cookie/ CookieJar.php - Extract cookies from an HTTP response and store them in the CookieJar.
File
- vendor/
guzzlehttp/ guzzle/ src/ Cookie/ CookieJarInterface.php, line 37
Class
- CookieJarInterface
- Stores HTTP cookies.
Namespace
GuzzleHttp\CookieCode
public function extractCookies(RequestInterface $request, ResponseInterface $response);