orhanobut / wasp

Compact and easy to use, 'all-in-one' android network solution

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

can you add onstartListener?

jiqimaogou opened this issue · comments

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.