class Stout::Context
- Stout::Context
- Reference
- Object
Defined in:
stout/context.crConstructors
Instance Method Summary
- #<<(something)
- #body : String
- #call_next
-
#default_route : String
the default route to use if the route name doesn't exist
- #params : Stout::Params
- #path(name : Symbol) : String
-
#route_names : Hash(Symbol, String)
the globalish list of route names like :user_path
Macro Summary
Constructor Detail
def self.new(http : HTTP::Server::Context, route_params, route_names : Hash(Symbol, String), default_route : String)
#