cef_post_data_t.has_excluded_elements

Returns true (1) if the underlying POST data includes elements that are not represented by this cef_post_data_t object (for example, multi-part file upload data). Modifying cef_post_data_t objects with excluded elements may result in the request failing.

struct cef_post_data_t
extern (System)
int function(cef_post_data_t* self) nothrow has_excluded_elements;

Meta