extends |
AbstractBrowser |
---|
An implementation of a browser using the HttpClient component to make real HTTP requests.
Methods | ||
---|---|---|
public
|
__construct(?HttpClientInterface $client = null, ?History $history = null, ?CookieJar $cookieJar = null)
|
# |
protected
|
doRequest(Request $request): Response
|
# |
protected
|
getHeaders(Request $request): array
|
# |
Properties inherited from Symfony\Component\BrowserKit\AbstractBrowser |
---|
$history, $cookieJar, $server, $internalRequest, $request, $internalResponse, $response, $crawler, $insulated, $redirect, $followRedirects, $followMetaRefresh |