HttpClientWrapper
extends HttpBrowser
in package
Class HttpClientWrapper
Table of Contents
Methods
- request() : Crawler
Methods
request()
public
request(string $method, string $uri[, array<string|int, mixed> $parameters = [] ][, array<string|int, mixed> $files = [] ][, array<string|int, mixed> $server = [] ][, string|null $content = null ][, bool $changeHistory = true ]) : Crawler
Parameters
- $method : string
- $uri : string
- $parameters : array<string|int, mixed> = []
- $files : array<string|int, mixed> = []
- $server : array<string|int, mixed> = []
- $content : string|null = null
- $changeHistory : bool = true