cef_resource_request_handler_t.get_resource_response_filter

Called on the IO thread to optionally filter resource response content. 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. |request| and |response| represent the request and response respectively and cannot be modified in this callback.

struct cef_resource_request_handler_t
extern (System)
cef_response_filter_t* function(cef_resource_request_handler_t* self, cef_browser_t* browser, cef_frame_t* frame, cef_request_t* request, cef_response_t* response) nothrow get_resource_response_filter;

Meta