class Response
public static function Content(string $content_type): void - Changes Content-Type of response
public static function Redirect(string $url): void - Redirects response to other url
public static function Image(string $image_path): null | array - Returns image as response