An exception for terminatinating execution or to throw for unit testing.
has($name)
Checks if a cookie with the given name is in the jar.
with(Cookie $setCookie)
Creates a new cookie jar with the given cookie.
getAll()
Fetches all cookies from the current jar.
without($name)
Creates a cookie jar without the specified cookie.
renderIntoResponseHeader(ResponseInterface $response)
Render CookieJar into a Response.
Representation of an outgoing, server-side response.
Class CookieJarWrapperTest.