In the case of 304 responses, this array will only contain the response
code header: array('_responseCode' => 'HTTP/1.0 304 Not Modified')
Otherwise something like:
array(
'Cache-Control' => 'max-age=0, public'
,'ETag' => '"foobar"'
)
public getHeaders ( ) : array | ||
Résultat | array |