Module ringo/middleware/responselog
Functions
- middleware(app)
middleware (app)
Middleware for appending log messages to response body. This middleware catches all log messages issued during the execution of the request and, if the response is HTML, appends them to the response body using some HTML formatting.
Parameters
| app |
