An exception for terminatinating execution or to throw for unit testing.
static fromResponse(ResponseInterface $response)
Create SetCookies from a Response.
static fromSetCookieStrings($setCookieStrings)
Create SetCookies from a collection of SetCookie header value strings.
fromResponse(ResponseInterface $response)
Create CookieJar from a Response.CookieJar
fromCookieStrings($cookieStrings)
Create CookieJar from a collection of Cookie header value strings.CookieJar
Representation of an outgoing, server-side response.
Class CookieJarWrapperTest.