class Response

Methods

__construct(string $head, string $body)

Create a new SSR response instance.

Details

at line 15
__construct(string $head, string $body)

Create a new SSR response instance.

Parameters

string $head

the HTML head content from server-side rendering

string $body

the HTML body content from server-side rendering