cef_resource_request_handler_t.base

Base structure.

More...
struct cef_resource_request_handler_t
cef_base_ref_counted_t base;

Detailed Description

Called on the IO thread before a resource request is loaded. The |browser| and |frame| values represent the source of the request, and may be NULL for requests originating from service workers or cef_urlrequest_t. To

Meta