struct
Telecr::Core::Handler
- Telecr::Core::Handler
- Struct
- Value
- Object
Overview
Handler struct - optimized for fast matching
Defined in:
core/handler.crConstructors
Instance Method Summary
- #call(ctx : Context)
- #call_count : Int32
- #call_count=(call_count : Int32)
- #created_at : Time
- #filters : Hash(String, FilterValue)
- #handle_dynamic_filter(ctx : Context, key : String, value : FilterValue) : Bool
-
#matches?(ctx : Context) : Bool
Performance: Returns true if all filters pass
- #proc : Context ->