Types
SubContext = concept ctx ctx is Context
- Source Edit
Procs
proc doNothingClosureMiddleware(): HandlerAsync {....raises: [], tags: [], forbids: [].}
- Source Edit
proc extendContextMiddleWare[T: SubContext](ctxType: typedesc[T]): HandlerAsync {. ...deprecated.}
- Source Edit