Logs the request and response to MySQL database.
- Logs
- Request hit time
- URL
- Headers
- IP
- HTTP Method
- Request Body
- Request total time to respond
- Response body ( subject to send function usage )
- Response initiate time
- Async request and response logging
- MySQL as database
- requires
express
andbody-parser
or similar package. - cannot store the response body of piped responses
- Jasti Sri Radhe Shyam (@jastisriradheshyam)