Response Representation of an Http response, to simplify sending correct headers and Http status codes. Full class name: Kirby\Http\Response kirby/src/Http/Response.php#L20 new Response() $response->body() $response->charset() $response->code() Response::download() Response::file() $response->header() $response->headers() Response::json() Response::redirect() $response->send() $response->toArray() $response->type()