class Aerial::Stack

Defined in:

aerial/stack.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(middlewares : Array(Handler), &block : HTTP::Server::Context -> HTTP::Server::Context | String | Int32 | Int64 | Bool | Nil) #

[View source]

Instance Method Detail

def next(index : Int32, ctx : HTTP::Server::Context) #

[View source]
def run(ctx : HTTP::Server::Context) #

[View source]