array getCookies() Gets the request cookies.
Request back()
Crawler request(string $method, string $uri, array
class Client Client simulates a browser. To make the actual request, you need to implement
string getExpiresTime() Gets the expires time of the cookie.
followRedirects(bool $followRedirect = true) Sets whether to automatically follow redirects or not
string getDomain() Gets the domain of the cookie.
Crawler back()
insulate(bool $insulated = true) Sets the insulated flag.
bool isFollowingRedirects() Returns whether client automatically follows redirects or not.
Page 3 of 7