alpn property

List<String>? alpn
getter/setter pair

ALPN (Application-Layer Protocol Negotiation) to match against.

Examples: "http/1.1", "h2". At least one of sni_host and alpn is required. Up to 5 alpns across all matches can be set.

Optional.

Implementation

core.List<core.String>? alpn;