pub const HTTP2_CHECK_KIND_COUNT: usize = 3;Expand description
Number of HTTP/2 checks the TransportProfile supports.
Kept as a const so callers can pre-allocate fixed-size result vectors and so the scoring function is easy to reason about.
pub const HTTP2_CHECK_KIND_COUNT: usize = 3;Number of HTTP/2 checks the TransportProfile supports.
Kept as a const so callers can pre-allocate fixed-size result vectors and so the scoring function is easy to reason about.