- base
cef_base_t base;
Undocumented in source.
- get_first_party_for_cookies
cef_string_userfree_t function(cef_request_t*) get_first_party_for_cookies;
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_flags
int function(cef_request_t*) get_flags;
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_request_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_identifier
ulong function(cef_request_t*) get_identifier;
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_method
cef_string_userfree_t function(cef_request_t*) get_method;
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_post_data
cef_post_data_t* function(cef_request_t*) get_post_data;
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_referrer_policy
cef_referrer_policy_t function(cef_request_t*) get_referrer_policy;
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_referrer_url
cef_string_userfree_t function(cef_request_t*) get_referrer_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.
- get_resource_type
cef_resource_type_t function(cef_request_t*) get_resource_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_transition_type
cef_transition_type_t function(cef_request_t*) get_transition_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_url
cef_string_userfree_t function(cef_request_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_request_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
void function(cef_request_t*, const(cef_string_t)*, const(cef_string_t)*, cef_post_data_t*, cef_string_multimap_t) set;
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_first_party_for_cookies
void function(cef_request_t*, const(cef_string_t)*) set_first_party_for_cookies;
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_flags
void function(cef_request_t*, int) set_flags;
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_request_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_method
void function(cef_request_t*, const(cef_string_t)*) set_method;
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_post_data
void function(cef_request_t*, cef_post_data_t*) set_post_data;
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_referrer
void function(cef_request_t*, const(cef_string_t)*, cef_referrer_policy_t) set_referrer;
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_request_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.