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
Middleware steps should allow for a slot to be added to a given step via an AddSlot and InsertSlot API. A slot would be a named position with the middleware step that would allow other middlewares to be inserted relative to it. If a middleware is registered with a matching slot name, that middleware would fill in the slot. If a middleware is later removed, the slot reference would still remain.
Slots that are not directly assigned a middleware would have no affect on the fully constructed handler stack.
The text was updated successfully, but these errors were encountered:
Middleware steps should allow for a
slot
to be added to a given step via anAddSlot
andInsertSlot
API. A slot would be a named position with the middleware step that would allow other middlewares to be inserted relative to it. If a middleware is registered with a matching slot name, that middleware wouldfill
in the slot. If a middleware is later removed, the slot reference would still remain.Slots that are not directly assigned a middleware would have no affect on the fully constructed handler stack.
The text was updated successfully, but these errors were encountered: