Created
July 14, 2019 16:27
-
-
Save kinisoftware/4c602526d7f1d4595424ce38eb4186ab to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| class LogRequestInterceptor : RequestInterceptor { | |
| override fun process(input: HandlerInput) { | |
| println("Request: ${JacksonSerializer().serialize(input.request)}") | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment