cef_navigation_entry_t.get_http_status_code

Returns the HTTP status code for the last known successful navigation response. May be 0 if the response has not yet been received or if the navigation has not yet completed.

struct cef_navigation_entry_t
extern (System)
int function(cef_navigation_entry_t* self) nothrow get_http_status_code;

Meta