attach Interceptor On Request

fun attachInterceptorOnRequest(interceptor: () -> Unit)

Method to attach a new interceptor to the Requester to execute it when a request has been sent

Parameters

interceptor

The interceptor action to attach