Appearance
crelte / server / RenderResponse
type RenderResponse = object;
headers: Headers;
optional html?: string;
optional location?: string;
status: number;