Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. CookieJarInterface.php

function 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 40

Class

CookieJarInterface
Stores HTTP cookies.

Namespace

GuzzleHttp\Cookie

Code

public function extractCookies(RequestInterface $request, ResponseInterface $response) : void;

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal