I traced back the history to 92a2263 but it's unclear why :handler is removed from the match-context (along with other info which unlike this is present in the request). I wanted my bidi.ring/Ring implementation to be able to access this match information, and the only way I can do so is to copy paste make-handler and not drop this key. Does it seem reasonable to keep this key in the match-context?
It's a trivial PR if this is acceptable.
I traced back the history to 92a2263 but it's unclear why
:handleris removed from thematch-context(along with other info which unlike this is present in the request). I wanted mybidi.ring/Ringimplementation to be able to access this match information, and the only way I can do so is to copy pastemake-handlerand not drop this key. Does it seem reasonable to keep this key in thematch-context?It's a trivial PR if this is acceptable.