cef_server_t

Undocumented in source.

Members

Variables

base
cef_base_t base;
Undocumented in source.
close_connection
void function(cef_server_t*, int) close_connection;
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_address
cef_string_userfree_t function(cef_server_t*) get_address;
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_task_runner
cef_task_runner_t* function(cef_server_t*) get_task_runner;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
has_connection
int function(cef_server_t*) has_connection;
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_running
int function(cef_server_t*) is_running;
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_valid_connection
int function(cef_server_t*, int) is_valid_connection;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
send_http200response
void function(cef_server_t*, int, const(cef_string_t)*, const(void)*, size_t) send_http200response;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
send_http404response
void function(cef_server_t*, int) send_http404response;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
send_http500response
void function(cef_server_t*, int, const(cef_string_t)*) send_http500response;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
send_http_response
void function(cef_server_t*, int, int, const(cef_string_t)*, ulong, cef_string_multimap_t) send_http_response;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
send_raw_data
void function(cef_server_t*, int, const(void)*, size_t) send_raw_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.
send_web_socket_message
void function(cef_server_t*, int, const(void)*, size_t) send_web_socket_message;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
shutdown
void function(cef_server_t*) shutdown;
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