wasp
wasp copied to clipboard
can you add onstartListener?
can you add a callback when the request is beginning to start.
what do you expect to have in this callback? I am curious about the case
@jiqimaogou OkHttp Interceptor may satisfy your need. For example, I use it to calculate mac of request and put the calculation to the outgoing headers.