cef_post_data_element_t.set_to_bytes

The post data element will represent bytes. The bytes passed in will be copied.

struct cef_post_data_element_t
extern (System)
void function(cef_post_data_element_t* self, size_t size, const(void)* bytes) nothrow set_to_bytes;

Meta