withHeader( 'Link', implode( '; ', [ '<' . $uri->getBasePath() . '/css/style.css>', 'rel=preload', 'as=style' ] ) ); return $next($request, $response); } }