middleware/request_logger library

Functions

RequestLogger(Future<Response> next(Request)) Future<Response> Function(Request)
An extremely simple Middleware function that prints the incoming request URI helpful for debugging and in understanding how middleware functions are structured