Ok Http Handler
Types
Link copied to clipboard
inner class OkHttpResponse(val request: HttpHandler.HttpRequest, response: Response) : HttpHandler.HttpResponse
Link copied to clipboard
Provides a synchronization point between the WebView cookie store and okhttp3.OkHttpClient cookie store.
Functions
Link copied to clipboard
open override fun handle(request: HttpHandler.HttpRequest, listener: HttpHandler.HttpResponseListener, async: Boolean, fromWebView: Boolean)
Handles the given HTTP request, notifying the given listener of a successful response or failure.