outputInterceptor property

HTTPOutputInterceptor<E>? outputInterceptor
getter/setter pair

Function called for any output received. Useful for logs.

Implementation

HTTPOutputInterceptor<E>? outputInterceptor;