Skip to main content

PACK_EDGE_131

Static PACK_EDGE_131 

Source
pub static PACK_EDGE_131: LazyLock<TlsProfilePack>
Expand description

Edge 131 profile pack.

ยงExample

use stygian_browser::tls::PACK_EDGE_131;

assert_eq!(PACK_EDGE_131.profile.name, "Edge 131");
assert!(PACK_EDGE_131.metadata.h3_support);