clear() Clears the history.
Crawler followRedirect()
string getContent() Gets the request raw body data.
setMaxRedirects(int $maxRedirects) Sets the maximum number of requests that crawler can follow.
array allValues(string $uri, bool $returnsRawValue = false) Returns not yet expired cookie values
int getStatus() Gets the response status code.
Cookie[] all()
bool isExpired() Returns true if the cookie has expired.
History getHistory()
expire(string $name, string $path = '/', string $domain = null) Removes a cookie by name. You
Page 1 of 7