cef_resource_handler_t

Undocumented in source.

Members

Variables

base
cef_base_t base;
Undocumented in source.
can_get_cookie
int function(cef_resource_handler_t*, const(cef_cookie_t)*) can_get_cookie;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
can_set_cookie
int function(cef_resource_handler_t*, const(cef_cookie_t)*) can_set_cookie;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
cancel
void function(cef_resource_handler_t*) cancel;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
get_response_headers
void function(cef_resource_handler_t*, cef_response_t*, int64*, cef_string_t*) get_response_headers;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
process_request
int function(cef_resource_handler_t*, cef_request_t*, cef_callback_t*) process_request;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
read_response
int function(cef_resource_handler_t*, void*, int, int*, cef_callback_t*) read_response;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.

Meta