class
Silver::Context
- Silver::Context
- Reference
- Object
Overview
The context for some request. Along with the path and parameters.
Defined in:
silver.crConstructors
Instance Method Summary
- #param(name : String) : String | Nil
- #params : Hash(String, String)
- #path : String
- #query(name : String) : String | Nil
- #query_params : Hash(String, String)
- #request : HttpRequest