arsd-official ~master (2024-10-25T16:17:57Z)
Dub
Repo
cef_post_data_element_t.set_to_bytes
arsd
webview
cef_post_data_element_t
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
Source
See Implementation
arsd
webview
cef_post_data_element_t
variables
base
get_bytes
get_bytes_count
get_file
get_type
is_read_only
set_to_bytes
set_to_empty
set_to_file
The post data element will represent bytes. The bytes passed in will be copied.