express
trace_request
¶
Middleware function to trace incoming requests.
Parameters
Name | Type | Description |
---|---|---|
req |
any | The request object. |
res |
any | The response object. |
next |
any | The next function in the middleware chain. |
Returns: ``