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
I am doing another iteration on this. The primary goal is to support pre-parsed headers in handlers. However, just doing that seems a bit wasteful and I'm hoping to take the interface one step forward:
Wouldn't be enough to pass the controller in a similar manner as we pass abort on the onConnect hook?
Or are we planning to made most of these hooks optional?
What use-cases do you have in mind for most of the onRequest hooks (excepting start one)?
and, for the request hooks, we are planning to add them before or after the lifecycle happened? (this can maybe open the door for mutating the pieces before actually doing any step of the request).
I am doing another iteration on this. The primary goal is to support pre-parsed headers in handlers. However, just doing that seems a bit wasteful and I'm hoping to take the interface one step forward:
I am thinking of something the following lines:
The text was updated successfully, but these errors were encountered: