cef_request_t.get_header_by_name

Returns the first header value for |name| or an NULL string if not found. Will not return the Referer value if any. Use GetHeaderMap instead if |name| might have multiple values.

struct cef_request_t
extern (System)
cef_string_userfree_t function(cef_request_t* self, const(cef_string_t)* name) nothrow get_header_by_name;

Meta