gt('Jan 01, 2024'), 404); $response = $next($request); $link = $response->headers->has('link') ? $response->headers->get('link') . ',; rel="deprecation"' : '; rel="deprecation"'; $response->withHeaders([ 'Deprecation' => 'Sat, 01 Jul 2023 00:00:00 GMT', 'Sunset' => 'Mon, 01 Jan 2024 00:00:00 GMT', 'Link' => $link ]); return $response; } }