Request::__construct()
.BrowserCookieValueSame
and BrowserHasCookie
HttpBrowser
, an implementation of a browser with the HttpClient componentClient
to AbstractBrowser
Response
final.Response::buildHeader()
Response::getStatus()
, use Response::getStatusCode()
insteadClient::submit()
will have a new $serverParameters
argument
in version 5.0, not defining it is deprecatedCookie::getSameSite()
[BC BREAK] Client::followRedirect()
won't redirect responses with
a non-3xx Status Code and Location
header anymore, as per
http://tools.ietf.org/html/rfc2616#section-14.30
added Client::getInternalRequest()
and Client::getInternalResponse()
to
have access to the BrowserKit internal request and response objects