SimpleHttpResponse::getNewCookies PHP Method

getNewCookies() public method

Accessor for any new cookies.
public getNewCookies ( ) : array
return array List of new cookies.
    public function getNewCookies()
    {
        return $this->headers->getNewCookies();
    }