cef_resource_handler_t.process_request

Begin processing the request. To handle the request return true (1) and call cef_callback_t::cont() once the response header information is available (cef_callback_t::cont() can also be called from inside this function if header information is available immediately). To cancel the request return false (0).

WARNING: This function is deprecated. Use Open instead.

struct cef_resource_handler_t
extern (System)
int function(cef_resource_handler_t* self, cef_request_t* request, cef_callback_t* callback) nothrow process_request;
Suggestion Box / Bug Report