Http Handler
Types
Link copied to clipboard
interface HttpRequest
Encapsulates an HTTP/HTTPS request.
Link copied to clipboard
Encapsulates an HTTP/HTTPS response.
Link copied to clipboard
interface HttpResponseListener
A listener for successful or failed HTTP requests.
Functions
Link copied to clipboard
abstract 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.