(string)strlen($content), 'Location' => $url, ] ); } /** * @param string $url * * @return string */ private static function getRedirectTemplate($url) { $template = <<<'HTML' Redirecting

Redirecting...

You are being redirected. If nothing happens, please follow this link.

HTML; return sprintf($template, $url); } }