soup_sys

Function soup_hsts_policy_new_full

Source
pub unsafe extern "C" fn soup_hsts_policy_new_full(
    domain: *const c_char,
    max_age: c_ulong,
    expires: *mut SoupDate,
    include_subdomains: gboolean,
) -> *mut SoupHSTSPolicy
Available on crate feature v2_68 only.