module Lively

Nested Classes and Modules

class Application

Represents the main Lively application middleware.

class Assets

Represents an HTTP middleware for serving static assets.

module Environment
class HelloWorld

Represents a "Hello World" Live view component.

class Page

Represents a complete HTML document.

module Pages
class Resolver

Extends Live::Resolver to pass shared application state to views on construction.

class Router

Dispatches HTTP requests to handlers using exact path and method matches.