Silver::Context
Inherits Reference < Object
The context for some request. Along with the path and parameters.
Constructors
new(request : HttpRequest, params : Hash(String, String) = Hash(String, String).new)
SourceInstance methods
param(name : String) : String | Nil
Sourceparams
Sourcepath
Sourcequery(name : String) : String | Nil
Sourcequery_params
Sourcerequest
Source