mirror of
https://github.com/linuxserver/Heimdall.git
synced 2025-12-15 03:13:52 +09:00
Updates to vendors etc
This commit is contained in:
@@ -33,19 +33,15 @@ interface SurrogateInterface
|
||||
|
||||
/**
|
||||
* Adds Surrogate-capability to the given Request.
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function addSurrogateCapability(Request $request);
|
||||
public function addSurrogateCapability(Request $request): void;
|
||||
|
||||
/**
|
||||
* Adds HTTP headers to specify that the Response needs to be parsed for Surrogate.
|
||||
*
|
||||
* This method only adds an Surrogate HTTP header if the Response has some Surrogate tags.
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function addSurrogateControl(Response $response);
|
||||
public function addSurrogateControl(Response $response): void;
|
||||
|
||||
/**
|
||||
* Checks that the Response needs to be parsed for Surrogate tags.
|
||||
|
||||
Reference in New Issue
Block a user