cef_scheme_handler_factory_t

thread.

Members

Variables

base
cef_base_ref_counted_t base;

Base structure.

create
cef_resource_handler_t* function(cef_scheme_handler_factory_t* self, cef_browser_t* browser, cef_frame_t* frame, const(cef_string_t)* scheme_name, cef_request_t* request) nothrow create;

Return a new resource handler instance to handle the request or an NULL reference to allow default handling of the request. |browser| and |frame| will be the browser window and frame respectively that originated the request or NULL if the request did not originate from a browser window (for example, if the request came from cef_urlrequest_t). The |request| object passed to this function cannot be modified.

Meta