middleware
talawa-api • Docs
talawa-api / libraries/requestTracing / middleware
Function: middleware()
> middleware(): (req
, res
, next
) => void
Middleware to handle request tracing. It generates or retrieves a tracing ID, sets it in the headers of the request and response, and stores it in the namespace context.
Returns
Function
A middleware function.
Parameters
• req: Request
<ParamsDictionary
, any
, any
, ParsedQs
, Record
<string
, any
>>
• res: Response
<any
, Record
<string
, any
>>
• next: NextFunction
Returns
void