Overview
-
module Lively-
class Application < Protocol::HTTP::MiddlewareRepresents the main Lively application middleware.
-
class Assets < Protocol::HTTP::MiddlewareRepresents an HTTP middleware for serving static assets.
-
module Environment-
module ApplicationMultiplexing environment for Lively applications.
-
module HTTPFalcon (TCP/HTTP) environment for Lively applications.
-
module HTTYHTTY (terminal side-channel) environment for Lively applications.
-
module MiddlewareShared middleware configuration for Lively application environments.
-
-
class HelloWorld < Live::ViewRepresents a "Hello World" Live view component.
-
class PageRepresents a complete HTML document.
-
module Pages-
class Index < PageRepresents the main index page for a Lively application.
-
-
class Resolver < Live::ResolverExtends
Live::Resolverto pass shared application state to views on construction. -
class RouterDispatches HTTP requests to handlers using exact path and method matches.
-
each-
define_methodAdd a route for this HTTP method.
-
-