cef_server_t.send_http404response

Send an HTTP 404 "Not Found" response to the connection identified by |connection_id|. 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) nothrow send_http404response;

Meta