processRequest

open fun processRequest(request: CefRequest, callback: CefCallback): Boolean

Begin processing the request.

Return

True to handle the request and call CefCallback.Continue() once the response header information is available.

Parameters

request

The request itself. Cannot be modified in this callback. Instance only valid within the scope of this method.

callback

Callback to continue or cancel the request.