fromCookieStrings($cookieStrings)
Create CookieJar from a collection of Cookie header value strings.$cookieStringsCookieJar ...
static fromResponse(ResponseInterface $response)
Create SetCookies from a Response.
static fromSetCookieStrings($setCookieStrings)
Create SetCookies from a collection of SetCookie header value strings.
Class CookieJarWrapperTest.
fromResponse(ResponseInterface $response)
Create CookieJar from a Response.CookieJar
Representation of an outgoing, server-side response.