bool isFollowingRedirects() Returns whether client automatically follows redirects or not.
class Client Client simulates a browser. To make the actual request, you need to implement
Request current()
add(Request $request)
followRedirects(bool $followRedirect = true) Sets whether to automatically follow redirects or not
insulate(bool $insulated = true) Sets the insulated flag.
Request back()
string getDomain() Gets the domain of the cookie.
string getPath() Gets the path of the cookie.
updateFromSetCookie(array $setCookies, string $uri = null) Updates the cookie jar from a response
Page 3 of 7