This adds the ability to skip logging AFTER the next handler runs. It allows the user to selectively log requests based on the handler's response (this is my case, where I don't want to log certain status codes).
I've also added a test case for the built-in Skipper, hope you don't mind.
This adds the ability to skip logging AFTER the next handler runs. It allows the user to selectively log requests based on the handler's response (this is my case, where I don't want to log certain status codes).
I've also added a test case for the built-in Skipper, hope you don't mind.