You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using exegesis-express, I am not sure how to access the express res object (for example, to call res.cookie)... The class ExegesisResponseImpl does not offer all those functions. Is the user expected to use origRes for those?
Idea: could the exegesis-express offer a res that is a proxy or a mixin to both the express res object and ExegesisReponse... I could dig into a more concrete suggestion
The text was updated successfully, but these errors were encountered:
Using exegesis-express, I am not sure how to access the express res object (for example, to call res.cookie)... The class ExegesisResponseImpl does not offer all those functions. Is the user expected to use origRes for those?
Idea: could the exegesis-express offer a res that is a proxy or a mixin to both the express res object and ExegesisReponse... I could dig into a more concrete suggestion
The text was updated successfully, but these errors were encountered: