Crawler
request(string $method, string $uri, array $parameters = array(), array $files = array(), array $server = array(), string $content = null, bool $changeHistory = true)
Calls a URI.
Parameters string $method The request method string $uri The URI to fetch array $parameters The Request parameters array $files The files array $server The server parameters (HTTP headers are referenced with a HTTP_ prefix as PHP does) string $content The raw body data bool $changeHistory Whe