I\'m working on an Android application that uses Retrofit to create a restful client. In order to debug networks calls, I would like to display or dump the url that\'s actually
call.request().url(), where call is type of retrofit2.Call.
call.request().url()
call
retrofit2.Call