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);pub static PACK_EDGE_131: LazyLock<TlsProfilePack>Edge 131 profile pack.
use stygian_browser::tls::PACK_EDGE_131;
assert_eq!(PACK_EDGE_131.profile.name, "Edge 131");
assert!(PACK_EDGE_131.metadata.h3_support);