cef_server_t.send_http500response

Send an HTTP 500 "Internal Server Error" response to the connection identified by |connection_id|. |error_message| is the associated error message. The connection will be closed automatically after the response is sent.

struct cef_server_t
extern (System)
void function(cef_server_t* self, int connection_id, const(cef_string_t)* error_message) nothrow send_http500response;

Meta