mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-05-07 11:40:56 -05:00
(Update) CRUDDY PT.3 🚀
This commit is contained in:
@@ -31,8 +31,12 @@ class Http2ServerPush
|
||||
/**
|
||||
* Handle an incoming request.
|
||||
*
|
||||
* @param \Illuminate\Http\Request $request
|
||||
* @param \Closure $next
|
||||
* @param \Illuminate\Http\Request $request
|
||||
* @param \Closure $next
|
||||
*
|
||||
* @param null $limit
|
||||
* @param null $sizeLimit
|
||||
* @param null $excludeKeywords
|
||||
*
|
||||
* @return mixed
|
||||
*/
|
||||
@@ -59,8 +63,11 @@ class Http2ServerPush
|
||||
}
|
||||
|
||||
/**
|
||||
* @param \Illuminate\Http\Response $response
|
||||
* @param \Illuminate\Http\Response $response
|
||||
*
|
||||
* @param null $limit
|
||||
* @param null $sizeLimit
|
||||
* @param null $excludeKeywords
|
||||
* @return $this
|
||||
*/
|
||||
protected function generateAndAttachLinkHeaders(Response $response, $limit = null, $sizeLimit = null, $excludeKeywords = null)
|
||||
|
||||
Reference in New Issue
Block a user