cef_response_t

Undocumented in source.

Members

Variables

base
cef_base_t base;
Undocumented in source.
get_error
cef_errorcode_t function(cef_response_t*) get_error;
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_header
cef_string_userfree_t function(cef_response_t*, const(cef_string_t)*) get_header;
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_header_map
void function(cef_response_t*, cef_string_multimap_t) get_header_map;
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_mime_type
cef_string_userfree_t function(cef_response_t*) get_mime_type;
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_status
int function(cef_response_t*) get_status;
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_status_text
cef_string_userfree_t function(cef_response_t*) get_status_text;
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_url
cef_string_userfree_t function(cef_response_t*) get_url;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
is_read_only
int function(cef_response_t*) is_read_only;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
set_error
void function(cef_response_t*, cef_errorcode_t) set_error;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
set_header_map
void function(cef_response_t*, cef_string_multimap_t) set_header_map;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
set_mime_type
void function(cef_response_t*, const(cef_string_t)*) set_mime_type;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
set_status
void function(cef_response_t*, int) set_status;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
set_status_text
void function(cef_response_t*, const(cef_string_t)*) set_status_text;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
set_url
void function(cef_response_t*, const(cef_string_t)*) set_url;
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