You are here

public function SurrogateInterface::process in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/http-kernel/HttpCache/SurrogateInterface.php \Symfony\Component\HttpKernel\HttpCache\SurrogateInterface::process()

Replaces a Response Surrogate tags with the included resource content.

Parameters

Request $request A Request instance:

Response $response A Response instance:

Return value

Response

2 methods override SurrogateInterface::process()
Esi::process in vendor/symfony/http-kernel/HttpCache/Esi.php
Replaces a Response ESI tags with the included resource content.
Ssi::process in vendor/symfony/http-kernel/HttpCache/Ssi.php
Replaces a Response Surrogate tags with the included resource content.

File

vendor/symfony/http-kernel/HttpCache/SurrogateInterface.php, line 87

Class

SurrogateInterface

Namespace

Symfony\Component\HttpKernel\HttpCache

Code

public function process(Request $request, Response $response);