bool isFollowingRedirects() Returns whether client automatically follows redirects or not.
add(Request $request)
class Client Client simulates a browser. To make the actual request, you need to implement
array getFiles() Gets the request server files.
updateFromSetCookie(array $setCookies, string $uri = null) Updates the cookie jar from a response
string getContent() Gets the response content.
Request back()
Crawler request(string $method, string $uri, array
insulate(bool $insulated = true) Sets the insulated flag.
array getCookies() Gets the request cookies.
Page 3 of 7