cef_scheme_handler_factory_t.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.

struct cef_scheme_handler_factory_t
extern (System)
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;

Meta