Version: v0.7.1 - Beta.  We welcome contributors & feedback.

Page.send

$page.send() -> false

Description

Send the page to the client as an HTML response.

$page = Page.create({
    ...
})

$page.send()

See Also