|
$this->setNextResponse(200, array(), 'Hello World', function ($request, $response) use ($time, &$count)
|
|
$this->setNextResponse(200, array(), 'Hello World', function ($request, $response) use ($time, &$count)
|
|
$response->headers->set('Last-Modified', $time->format(DATE_RFC2822));
|
|
$response->headers->set('Last-Modified', $time->format(DATE_RFC2822));
|