Hi,
I used HttpResponse.getstring. OkHttpResponse does not provide this anymore. What is the best replacement?
I used HttpResponse.getstring. OkHttpResponse does not provide this anymore. What is the best replacement?
B4X:
Sub HttpClient1_ResponseSuccess (Response As OkHttpResponse, TaskId As Int)
inp.Close
Dim s,s2 As String
' Getstring does not exist anymore
s=Response.GetString("UTF8")