middlewaresbase

    Dark Mode
Search:
Group by:

Procs

proc switch(ctx: Context): owned(Future[void]) {...}{.raises: [Exception],
    tags: [RootEffect].}
Switch the control to the next handler.   Source Edit
proc doNothingClosureMiddleware(): HandlerAsync {...}{.raises: [], tags: [].}
Don't do anything, just for placeholder.   Source Edit