class

Alumna::App

Inherits Alumna::Ruleable < Reference < Object

Constructors

new(serializer : Http::Serializer = Http::JsonSerializer.new)
Source

Instance methods

active_requests
Source
close
Source
dispatch(service : Service, ctx : RuleContext) : RuleContext

Central dispatch using merged pipelines

Source
listen(port : Int32 | Nil = 3000, *, host : String = "127.0.0.1", unix_socket : String | Nil = nil, trusted_proxies : TrustedProxies = nil, workers : Int32 | Nil = nil, shutdown_timeout : Time::Span | Nil = 10.seconds, trap_signals : Bool = true)
Source
max_body_size
Source
max_body_size=(max_body_size : Int64)
Source
serializer
Source
services
Source
use(path : String, service : Service) : self
Source

Nested types